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

6 行
241B

  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'