Removed commented migrations option

This commit is contained in:
Alejandro Celaya
2020-06-23 19:23:33 +02:00
parent e9191732bd
commit e107aa9ed8

View File

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