コード例 #1
0
ファイル: Migrator.php プロジェクト: Luceos/core
 /**
  * Determine if the migration repository exists.
  *
  * @return bool
  */
 public function repositoryExists()
 {
     return $this->repository->repositoryExists();
 }