mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-13 15:28:41 +00:00
simplify namespace
This commit is contained in:
parent
63c84a4651
commit
ba9c8447e0
|
|
@ -84,7 +84,7 @@ final class BackendController extends Controller
|
||||||
$this->app->appName
|
$this->app->appName
|
||||||
);
|
);
|
||||||
|
|
||||||
$nav = new \Modules\Navigation\Views\NavigationView($this->app->l11nManager, $request, $response);
|
$nav = new NavigationView($this->app->l11nManager, $request, $response);
|
||||||
$nav->setNav($navObj->getNav());
|
$nav->setNav($navObj->getNav());
|
||||||
|
|
||||||
$unread = [];
|
$unread = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user