mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user