Add missing commas back to composer.json
This commit is contained in:
parent
d9f1a7faf7
commit
16cfdf14f9
|
@ -76,7 +76,7 @@
|
|||
"php artisan key:generate",
|
||||
"php artisan pterodactyl:env",
|
||||
"php artisan migrate",
|
||||
"php artisan db:seed"
|
||||
"php artisan db:seed",
|
||||
"php artisan pterodactyl:user"
|
||||
],
|
||||
"setup": [
|
||||
|
@ -85,7 +85,7 @@
|
|||
"php artisan key:generate",
|
||||
"php artisan pterodactyl:env",
|
||||
"php artisan migrate",
|
||||
"php artisan db:seed"
|
||||
"php artisan db:seed",
|
||||
"php artisan pterodactyl:user"
|
||||
],
|
||||
"upgrade": [
|
||||
|
|
Loading…
Reference in New Issue