Ensured install tool knows the install command is the only one

This commit is contained in:
Alejandro Celaya
2018-09-16 18:47:42 +02:00
parent 13c3629cd6
commit d4168bebc6
4 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env php
<?php
declare(strict_types=1);
use Shlinkio\Shlink\CLI\Factory\InstallApplicationFactory;
use Shlinkio\Shlink\CLI\Install\Plugin\DatabaseConfigCustomizer;

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env php
<?php
declare(strict_types=1);
use Shlinkio\Shlink\CLI\Factory\InstallApplicationFactory;
use Shlinkio\Shlink\CLI\Install\Plugin\DatabaseConfigCustomizer;