Fix Pint formatting
This commit is contained in:
@@ -51,7 +51,7 @@ class PageController extends BaseApiController
|
||||
private function renderStatic(string $filename, string $type): JsonResponse
|
||||
{
|
||||
$result = $this->pageService->load($filename, $type);
|
||||
if (!$result['ok']) {
|
||||
if (! $result['ok']) {
|
||||
return $this->error($result['error'], Response::HTTP_NOT_FOUND);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user