tight param for api macro

This commit is contained in:
Sander Dorigo
2022-06-25 14:37:15 +02:00
parent cea8c4c217
commit 9652c86782

View File

@@ -47,7 +47,7 @@ class AppServiceProvider extends ServiceProvider
URL::forceScheme('https');
}
Response::macro('api', function ($value) {
Response::macro('api', function (array $value) {
$headers = [
'Cache-Control' => 'no-store'
];