Esempio n. 1
0
 /**
  * Set cache timestamp
  *
  * @return void
  */
 public function onRun()
 {
     $this->cached_at = Settings::get('cached_at', 0);
 }