mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add missing commas back to composer.json
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user