Пример #1
0
 public function aged($asset)
 {
     $file = PUBLIC_PATH . $asset;
     if (File::exists($file)) {
         return File::age($file);
     }
     return time();
 }