diff --git a/src/composer.json b/src/composer.json index d0c83ba..b843bef 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,7 +1,7 @@ { //... "autoload": { - //... + //..., "files": [ "helpers/constants/cache_ttl.php", "helpers/constants/http_status_codes.php", @@ -11,7 +11,7 @@ //... "scripts": { "post-autoload-dump": [ - //... + //..., "@php artisan ziggy:generate --ansi" ], },