[ [ 'dest' => '\Modules\HumanResourceTimeRecording\Controller\TimerecordingController:viewDashboard', 'verb' => RouteVerb::GET, 'permission' => [ 'module' => TimerecordingController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::DASHBOARD, ], ], ], '^.*/timerecording/dashboard(\?.*$|$)' => [ [ 'dest' => '\Modules\HumanResourceTimeRecording\Controller\TimerecordingController:viewDashboard', 'verb' => RouteVerb::GET, 'permission' => [ 'module' => TimerecordingController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::DASHBOARD, ], ], ], ];