style: update ecs config to align associative arrays arrows

update composer dependencies to latest
This commit is contained in:
Yassine Doghri 2023-06-12 14:47:38 +00:00
commit 2a50f6e4d2
268 changed files with 3833 additions and 3973 deletions

View file

@ -102,7 +102,7 @@ class EpisodeAudioController extends Controller
->setJSON([
'errors' => [
'status' => 401,
'title' => 'Unauthorized',
'title' => 'Unauthorized',
'detail' => 'Episode is premium, you must provide a token to unlock it.',
],
]);
@ -117,7 +117,7 @@ class EpisodeAudioController extends Controller
->setJSON([
'errors' => [
'status' => 401,
'title' => 'Unauthorized',
'title' => 'Unauthorized',
'detail' => 'Invalid token!',
],
]);