adding some commas in the comments for easier copy-paste

This commit is contained in:
Brian 2022-04-05 11:04:46 -06:00
parent 3109051002
commit 5e1bfda68b
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -1,7 +1,7 @@
{ {
//... //...
"autoload": { "autoload": {
//... //...,
"files": [ "files": [
"helpers/constants/cache_ttl.php", "helpers/constants/cache_ttl.php",
"helpers/constants/http_status_codes.php", "helpers/constants/http_status_codes.php",
@ -11,7 +11,7 @@
//... //...
"scripts": { "scripts": {
"post-autoload-dump": [ "post-autoload-dump": [
//... //...,
"@php artisan ziggy:generate --ansi" "@php artisan ziggy:generate --ansi"
], ],
}, },