Example #1
0
 /**
  * Sets the last_compile time of a path
  *
  * @param File $path
  */
 private static function update($path)
 {
     $path->meta('last_compile', time());
 }