예제 #1
0
파일: Finder.php 프로젝트: hrmshandy/finder
 /**
  * Return the last modified time.
  */
 public function fileModified($path)
 {
     return Carbon::createFromTimestamp($this->fileSystem->lastModified($path));
 }