Skip to content

Commit 7362e01

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #797
2 parents c6de7cf + 0681647 commit 7362e01

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
doctrine_migrations:
2-
dir_name: '%kernel.project_dir%/src/Migrations'
2+
dir_name: '%kernel.project_dir%/migrations'
33
# namespace is arbitrary but should be different from App\Migrations
44
# as migrations classes should NOT be autoloaded
55
namespace: DoctrineMigrations

doctrine/doctrine-migrations-bundle/1.2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/",
7-
"src/": "%SRC_DIR%/"
7+
"migrations/": "migrations/"
88
},
99
"aliases": ["doctrine-migrations", "migrations"]
1010
}

0 commit comments

Comments
 (0)