| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| 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 |