예제 #1
0
파일: Migrator.php 프로젝트: Luceos/core
 /**
  * Determine if the migration repository exists.
  *
  * @return bool
  */
 public function repositoryExists()
 {
     return $this->repository->repositoryExists();
 }