소스 검색

Removed commented migrations option

Alejandro Celaya 3 년 전
부모
커밋
e107aa9ed8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      migrations.php

+ 0 - 1
migrations.php

@@ -4,7 +4,6 @@ declare(strict_types=1);
 
 return [
 
-//    'name' => 'ShlinkMigrations',
     'migrations_paths' => [
         'ShlinkMigrations' => 'data/migrations',
     ],