mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Fix tests and CS
This commit is contained in:
@@ -33,7 +33,7 @@ class ModelNotFoundExceptionHandler implements ExceptionHandlerInterface
|
||||
{
|
||||
$status = 404;
|
||||
$error = [
|
||||
'status' => '404',
|
||||
'status' => (string) $status,
|
||||
'code' => 'resource_not_found'
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user