Ejemplo n.º 1
0
 public function dateNowOf(Clock $clock)
 {
     return $this->dateFrom(LocalDate::nowof($clock));
 }