mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-23 08:43:46 +02:00
Merge branch 'fix/upgrade-command' into v2
This commit is contained in:
@@ -150,8 +150,8 @@ class UpgradeCommand extends Command
|
|||||||
});
|
});
|
||||||
|
|
||||||
$this->withProgress($bar, function () {
|
$this->withProgress($bar, function () {
|
||||||
$this->line('$upgrader> php artisan migrate --seed --force');
|
$this->line('$upgrader> php artisan migrate --force --seed');
|
||||||
$this->call('migrate', ['--seed' => '', '--force' => '']);
|
$this->call('migrate', ['--force' => true, '--seed' => true]);
|
||||||
});
|
});
|
||||||
|
|
||||||
$this->withProgress($bar, function () use ($user, $group) {
|
$this->withProgress($bar, function () use ($user, $group) {
|
||||||
|
|||||||
Reference in New Issue
Block a user