mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
7 lines
257 B
YAML
7 lines
257 B
YAML
data_migrations:
|
|
dir_name: '%kernel.project_dir%/src/DataMigrations'
|
|
# namespace is arbitrary but should be different from App\Migrations
|
|
# as migrations classes should NOT be autoloaded
|
|
namespace: DataMigrations
|
|
name: My app migrations
|