Doctrine Migrations config fixed.
This commit is contained in:
parent
13c3f9c660
commit
4063461347
|
@ -1,3 +1,3 @@
|
|||
doctrine_migrations:
|
||||
dir_name: '%kernel.project_dir%/src/Migrations'
|
||||
namespace: Migrations
|
||||
namespace: DoctrineMigrations
|
||||
|
|
Loading…
Reference in a new issue