Skip to content

Commit c01e562

Browse files
committed
fixed the instller
1 parent 306f5ec commit c01e562

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Serverfireteam/Panel/Commands/ServerfireteamCommand.php

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ public function fire()
5959
$this->info('Panel has been migrated!...............[ok]');
6060
$this->info('');
6161

62+
$this->call('migrate', array('--path' => 'vendor/serverfireteam/panel/src/database/migrations'));
63+
$this->info('Panel has been migrated!...............[ok]');
64+
$this->info('');
65+
6266

6367
$this->info('');
6468
}

0 commit comments

Comments
 (0)