示例#1
0
 /**
  * @return bool
  */
 public function repositoryExists()
 {
     return $this->repository->repositoryExists();
 }
 /**
  * @return void
  */
 public function fire()
 {
     $this->repository->setSource($this->input->getOption('database'));
     $this->repository->createRepository();
     $this->info('Migration table created successfully.');
 }