trash api update

This commit is contained in:
Čarodej
2022-05-03 07:47:54 +02:00
parent 4f9fb3991c
commit 0f42704980
6 changed files with 111 additions and 94 deletions

View File

@@ -15,3 +15,11 @@
'message' => 'This user action is not allowed.',
];
}
function entryNotFoundError(): array
{
return [
'type' => 'error',
'message' => "The requested entry wasn't found.",
];
}