IndexController: no kickstart without schema

This commit is contained in:
Thomas Gelf 2018-10-08 13:53:37 +02:00
parent d27615eb57
commit 75970a7aa5
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ class IndexController extends DashboardController
if (!$this->hasDeploymentEndpoint()) {
$this->showKickstartForm(false);
}
} else {
$this->showKickstartForm();
}
if ($migrations->hasPendingMigrations()) {