diff --git a/app/Http/Controllers/Dashboard/ScheduleController.php b/app/Http/Controllers/Dashboard/ScheduleController.php index 8b710788..3692f642 100644 --- a/app/Http/Controllers/Dashboard/ScheduleController.php +++ b/app/Http/Controllers/Dashboard/ScheduleController.php @@ -42,7 +42,6 @@ class ScheduleController extends Controller */ public function __construct() { - // TODO: Remove this from DashIncidentController, so it's shared? $this->subMenu = [ 'incidents' => [ 'title' => trans('dashboard.incidents.incidents'),