@@ -123,7 +123,7 @@ |
||
| 123 | 123 | |
| 124 | 124 | if ($isJson) { |
| 125 | 125 | Response::json( |
| 126 | - ['status' => 'error', 'message' => 'Page not found',], |
|
| 126 | + ['status' => 'error', 'message' => 'Page not found', ], |
|
| 127 | 127 | StatusCode::NOT_FOUND |
| 128 | 128 | ); |
| 129 | 129 | } else { |