diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 635342b..d4084dd 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -8,12 +8,12 @@ use phpOMS\Router\RouteVerb; return [ '^.*/controlling/investment/dashboard.*$' => [ [ - 'dest' => '\Modules\InvestmentManagement\Controller\BackendController:viewInvestmentDashboard', - 'verb' => RouteVerb::GET, + 'dest' => '\Modules\InvestmentManagement\Controller\BackendController:viewInvestmentDashboard', + 'verb' => RouteVerb::GET, 'permission' => [ 'module' => BackendController::MODULE_NAME, - 'type' => PermissionType::READ, - 'state' => PermissionCategory::INVESTMENT, + 'type' => PermissionType::READ, + 'state' => PermissionCategory::INVESTMENT, ], ], ], diff --git a/Models/Investment.php b/Models/Investment.php index b2434ce..c627cf7 100644 --- a/Models/Investment.php +++ b/Models/Investment.php @@ -1,4 +1,4 @@ -