Exemple #1
0
 public function current()
 {
     if ($this->_current) {
         return $this->_current;
     }
     return $this->_current = Site::first();
 }