mirror of
https://github.com/flarum/framework.git
synced 2025-05-30 03:55:49 +08: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