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