From 6df2ac04b82e8fdaef06027f18e619a14cefeade Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 30 Jan 2017 14:54:29 +0000 Subject: [PATCH] Fix presenters --- app/Presenters/IncidentPresenter.php | 2 -- app/Presenters/SchedulePresenter.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/app/Presenters/IncidentPresenter.php b/app/Presenters/IncidentPresenter.php index d2e013db..adab69c1 100644 --- a/app/Presenters/IncidentPresenter.php +++ b/app/Presenters/IncidentPresenter.php @@ -53,8 +53,6 @@ class IncidentPresenter extends BasePresenter implements Arrayable public function __construct(DateFactory $dates, Incident $resource) { $this->dates = $dates; - - parent::__construct($resource); } /** diff --git a/app/Presenters/SchedulePresenter.php b/app/Presenters/SchedulePresenter.php index efff4d2b..ddf0c04f 100644 --- a/app/Presenters/SchedulePresenter.php +++ b/app/Presenters/SchedulePresenter.php @@ -45,8 +45,6 @@ class SchedulePresenter extends BasePresenter implements Arrayable public function __construct(DateFactory $dates, Schedule $resource) { $this->dates = $dates; - - parent::__construct($resource); } /**