IndexController: no kickstart without schema
This commit is contained in:
parent
d27615eb57
commit
75970a7aa5
|
@ -20,8 +20,6 @@ class IndexController extends DashboardController
|
|||
if (!$this->hasDeploymentEndpoint()) {
|
||||
$this->showKickstartForm(false);
|
||||
}
|
||||
} else {
|
||||
$this->showKickstartForm();
|
||||
}
|
||||
|
||||
if ($migrations->hasPendingMigrations()) {
|
||||
|
|
Loading…
Reference in New Issue