We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfaedaf + 4c7c3a9 commit 8dadc73Copy full SHA for 8dadc73
Resources/doc/index.rst
@@ -42,8 +42,6 @@ application:
42
# config/packages/doctrine_migrations.yaml
43
doctrine_migrations:
44
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
47
namespace: DoctrineMigrations
48
table_name: 'migration_versions'
49
column_name: 'version'
0 commit comments