mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Move src/Migrations/ to migrations/
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
doctrine_migrations:
|
||||
dir_name: '%kernel.project_dir%/src/Migrations'
|
||||
dir_name: '%kernel.project_dir%/migrations'
|
||||
# namespace is arbitrary but should be different from App\Migrations
|
||||
# as migrations classes should NOT be autoloaded
|
||||
namespace: DoctrineMigrations
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
"migrations/": "migrations/"
|
||||
},
|
||||
"aliases": ["doctrine-migrations", "migrations"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user