浏览代码

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',
     ],