Exemplo n.º 1
0
 /**
  * Return the last modified time.
  */
 public function fileModified($path)
 {
     return Carbon::createFromTimestamp($this->fileSystem->lastModified($path));
 }