Moving admin to it's own directory, trying to fix up docblocks and stuff
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
use PluginNamespace\App;
|
||||
|
||||
/**
|
||||
| ----------------------------------------------------------------
|
||||
| Bootstrap
|
||||
@ -18,7 +16,7 @@ require_once 'constants/base.php';
|
||||
require_once 'constants/rewrites.php';
|
||||
|
||||
if ( ! function_exists( 'nmsp_plugin_app' ) ) {
|
||||
function nmsp_plugin_app(): App {
|
||||
return App::get_instance();
|
||||
function nmsp_plugin_app(): \PluginNamespace\App {
|
||||
return \PluginNamespace\App::get_instance();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user