Exemple #1
0
 public function current()
 {
     if ($this->_current) {
         return $this->_current;
     }
     return $this->_current = Site::first();
 }
 public function run()
 {
     Eloquent::unguard();
     Site::create(array('name' => 'Default', 'slug' => 'default'));
 }