Setup wizard update

This commit is contained in:
carodej
2020-07-01 11:01:54 +02:00
parent aedc98cc8b
commit a98625876d
46 changed files with 2487 additions and 263 deletions

View File

@@ -63,9 +63,6 @@ class SetupProductionEnvironment extends Command
public function migrateDatabase()
{
$this->call('migrate:fresh');
$this->call('db:seed', [
'--class' => 'PaymentGatewaysSeeder'
]);
}
/**