diff --git a/app/Controllers/Admin/Home.php b/app/Controllers/Admin/Home.php index 9c986e7..e634369 100644 --- a/app/Controllers/Admin/Home.php +++ b/app/Controllers/Admin/Home.php @@ -20,7 +20,7 @@ class Home extends AdminController foreach (service('trafficservice')->getEntities(['status' => STATUS['AVAILABLE']]) as $entity) $dashboards[] = $this->action_render_process( ['admin', 'traffic'], - 'traffic' . DIRECTORY_SEPARATOR . 'dashboard', + 'dashboard', ['entity' => $entity] ); return $this->action_render_process(