mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-25 06:48:39 +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
|
||||
);
|
||||
|
||||
$nav = new \Modules\Navigation\Views\NavigationView($this->app->l11nManager, $request, $response);
|
||||
$nav = new NavigationView($this->app->l11nManager, $request, $response);
|
||||
$nav->setNav($navObj->getNav());
|
||||
|
||||
$unread = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user