diff --git a/app/Console/Commands/InstallCommand.php b/app/Console/Commands/InstallCommand.php index 870ae1dedde8..1c782333f7ad 100644 --- a/app/Console/Commands/InstallCommand.php +++ b/app/Console/Commands/InstallCommand.php @@ -11,11 +11,7 @@ namespace CachetHQ\Cachet\Console\Commands; -use CachetHQ\Cachet\Bus\Commands\System\Config\UpdateConfigCommand; -use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob; -use CachetHQ\Cachet\Composers\SettingsComposer; use CachetHQ\Cachet\Settings\Repository; -use Doctrine\DBAL\Driver\PDOException; use Dotenv\Dotenv; use Dotenv\Exception\InvalidPathException; use Illuminate\Console\Command;