Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-01-22 15:03:32 +00:00
committed by StyleCI Bot
parent aa702eada7
commit 806659883f
+1 -1
View File
@@ -1,4 +1,5 @@
<?php
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use App\Models\User;
@@ -10,7 +11,6 @@ if (! defined('NN_INSTALLER')) {
define('NN_INSTALLER', true);
}
$error = false;
if (file_exists(NN_ROOT.'_install/install.lock')) {