1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00

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

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