Esempio n. 1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     return $this->handler->fire($this, 'migrate', $this->getFormattedOptions());
 }
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     return $this->handler->fire($this, 'rollback', $this->getFormattedOptions());
 }