Skip to content

Commit 8dadc73

Browse files
committed
Merge branch 'master' of github.com:doctrine/DoctrineMigrationsBundle
2 parents bfaedaf + 4c7c3a9 commit 8dadc73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Resources/doc/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ application:
4242
# config/packages/doctrine_migrations.yaml
4343
doctrine_migrations:
4444
dir_name: '%kernel.project_dir%/src/Migrations'
45-
# namespace is arbitrary but should be different from App\Migrations
46-
# as migrations classes should NOT be autoloaded
4745
namespace: DoctrineMigrations
4846
table_name: 'migration_versions'
4947
column_name: 'version'

0 commit comments

Comments
 (0)