Skip to content

Commit 01eec8f

Browse files
committed
Fix presenters
1 parent 7237399 commit 01eec8f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/Presenters/IncidentPresenter.php

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ class IncidentPresenter extends BasePresenter implements Arrayable
5353
public function __construct(DateFactory $dates, Incident $resource)
5454
{
5555
$this->dates = $dates;
56-
57-
parent::__construct($resource);
5856
}
5957

6058
/**

app/Presenters/SchedulePresenter.php

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ class SchedulePresenter extends BasePresenter implements Arrayable
4545
public function __construct(DateFactory $dates, Schedule $resource)
4646
{
4747
$this->dates = $dates;
48-
49-
parent::__construct($resource);
5048
}
5149

5250
/**

0 commit comments

Comments
 (0)