Exemplo n.º 1
0
 protected function setStart($start)
 {
     $this->start = YearMonth::from($start);
 }
Exemplo n.º 2
0
 protected function setEnd($end)
 {
     $this->end = YearMonth::from($end);
 }