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