From e107aa9ed867e2184e4b6887f87a245265c907ec Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 23 Jun 2020 19:23:33 +0200 Subject: [PATCH] Removed commented migrations option --- migrations.php | 1 - 1 file changed, 1 deletion(-) diff --git a/migrations.php b/migrations.php index 8d11ab91..306c1c08 100644 --- a/migrations.php +++ b/migrations.php @@ -4,7 +4,6 @@ declare(strict_types=1); return [ -// 'name' => 'ShlinkMigrations', 'migrations_paths' => [ 'ShlinkMigrations' => 'data/migrations', ],