forked from GNUsocial/gnu-social
4b31c1f48f
Beginning anew, this time with a modern framework: symfony
6 lines
233 B
YAML
6 lines
233 B
YAML
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
|