From 2b8716cde03be1a9f91c0215779e0b4e6e52d158 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Wed, 20 Jan 2016 21:38:14 +0100 Subject: [PATCH] Fix obsolete import --- framework/core/src/Install/Console/InstallCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/core/src/Install/Console/InstallCommand.php b/framework/core/src/Install/Console/InstallCommand.php index 6410294d1..99721d91e 100644 --- a/framework/core/src/Install/Console/InstallCommand.php +++ b/framework/core/src/Install/Console/InstallCommand.php @@ -11,7 +11,6 @@ namespace Flarum\Install\Console; use Flarum\Console\Command\AbstractCommand; -use Flarum\Core\Exception\ValidationException; use Flarum\Database\AbstractModel; use Flarum\Core\User; use Flarum\Core\Group;