Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
27 | public function __construct(array $array) |
||
28 | { |
||
29 | $this->notes = $array['notes']; |
||
30 | $this->visits = $array['visits']; |
||
31 | $this->records = $array['records']; |
||
32 | //$this->destroyed = $array['destroyed']; |
||
33 | $this->dutyLists = $array['dutyLists']; |
||
34 | $this->monday = Carbon::now()->startOfWeek(); |
||
35 | } |
||
36 | |||
48 |