예제 #1
0
파일: Date.php 프로젝트: rouffj/timemachine
 public function previous()
 {
     return $this->minus(new Duration(1, TimeUnit::day()));
 }