Skip to content

Commit 4c7c3a9

Browse files
authored
Merge pull request #267 from SenseException/arbitrary-namespace
Remove comment about arbitrary namespace
2 parents a43bfb1 + 210aaff commit 4c7c3a9

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)