Esempio n. 1
0
 /**
  * Execute the console command.
  *
  * @return bool|null
  */
 public function fire()
 {
     foreach ($this->groups as $group) {
         $this->group = $group;
         parent::fire();
     }
 }