mirror of
https://github.com/opnsense/core.git
synced 2026-06-09 00:42:36 -04:00
mvc: obvious linter complaint
This commit is contained in:
parent
bbf6ee6cc1
commit
acab676a08
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@
|
|||
|
||||
require_once('script/load_phalcon.php');
|
||||
|
||||
use OPNsense\Core\Config;
|
||||
|
||||
$classprefix = !empty($argv[1]) ? str_replace('/', '\\', $argv[1]) : '';
|
||||
$class_info = new \ReflectionClass("OPNsense\\Base\\BaseModel");
|
||||
$model_dir = dirname($class_info->getFileName()) . "/../../";
|
||||
|
|
|
|||
Loading…
Reference in a new issue