mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 03:26:23 +03:00
Merge pull request #172 from symfony/doctrine-migrations-fix
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
doctrine_migrations:
|
||||
dir_name: '%kernel.project_dir%/src/Migrations'
|
||||
# namespace is arbitrary but should be different from App\Migrations
|
||||
# as migrations classes should NOT be autoloaded
|
||||
namespace: DoctrineMigrations
|
||||
|
||||
Reference in New Issue
Block a user