mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 09:14:44 +02:00
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…
x
Reference in New Issue
Block a user