Пример #1
0
 protected function allowGuests()
 {
     if ($this->isCli()) {
         return array('syncfilesystem');
     } else {
         return parent::allowGuests();
     }
 }