選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
279B

  1. doctrine_migrations:
  2. migrations_paths:
  3. # namespace is arbitrary but should be different from App\Migrations
  4. # as migrations classes should NOT be autoloaded
  5. 'DoctrineMigrations': '%kernel.project_dir%/migrations'
  6. enable_profiler: '%kernel.debug%'