Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2017-12-25 22:37:15 +00:00
committed by StyleCI Bot
parent 816b95d3b5
commit 4ccbf6a967
13 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ if (! defined('NN_INSTALLER')) {
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
include_once dirname(__DIR__).DIRECTORY_SEPARATOR.'nntmux'.DIRECTORY_SEPARATOR.'constants.php';
use App\Models\User;
use nntmux\db\DB;
use App\Models\User;
use nntmux\ColorCLI;
use nntmux\db\DbUpdate;
use nntmux\config\Configure;