Row adding, some webpack tweaks
This commit is contained in:
@@ -56,7 +56,7 @@ class Controller extends BaseController
|
||||
'mastodon', // mastodon fetching previews
|
||||
];
|
||||
|
||||
protected function jsonResponse($data = [], $code=200)
|
||||
protected function jsonResponse($data, $code=200)
|
||||
{
|
||||
return new JsonResponse($data, $code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user