Add missing commas back to composer.json

This commit is contained in:
Dane Everitt 2016-09-20 19:11:53 -04:00
parent d9f1a7faf7
commit 16cfdf14f9
1 changed files with 2 additions and 2 deletions

View File

@ -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": [