mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
style: update ecs config to align associative arrays arrows
update composer dependencies to latest
This commit is contained in:
parent
3fc1d8e18d
commit
2a50f6e4d2
268 changed files with 3833 additions and 3973 deletions
|
|
@ -36,7 +36,7 @@ class HomeController extends BaseController
|
|||
$data = [
|
||||
'metatags' => get_home_metatags(),
|
||||
'podcasts' => $allPodcasts,
|
||||
'sortBy' => $sortBy,
|
||||
'sortBy' => $sortBy,
|
||||
];
|
||||
|
||||
return view('home', $data);
|
||||
|
|
@ -69,14 +69,14 @@ class HomeController extends BaseController
|
|||
if ($errors !== []) {
|
||||
return $this->response->setStatusCode(503)
|
||||
->setJSON([
|
||||
'code' => 503,
|
||||
'code' => 503,
|
||||
'errors' => $errors,
|
||||
]);
|
||||
}
|
||||
|
||||
return $this->response->setStatusCode(200)
|
||||
->setJSON([
|
||||
'code' => 200,
|
||||
'code' => 200,
|
||||
'message' => '✨ All good!',
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue