From 963939d6006744b40e3168ea3f657294ffc51ac2 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 18 Jan 2018 14:56:41 +0100 Subject: [PATCH] Remove unused class from install test --- tests/Install/InstallTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Install/InstallTest.php b/tests/Install/InstallTest.php index 8d2fedd33..14ec38003 100644 --- a/tests/Install/InstallTest.php +++ b/tests/Install/InstallTest.php @@ -21,7 +21,6 @@ use nntmux\config\Configure; use nntmux\db\DB; use nntmux\db\DbUpdate; use nntmux\ColorCLI; -use Illuminate\Database\Capsule\Manager as Capsule; /** * Class InstallTest