Move to bundle-less

This commit is contained in:
Yassine Guedidi
2024-02-19 01:03:08 +01:00
parent 09ef700fda
commit fe039247b5
6 changed files with 8 additions and 45 deletions

View File

@ -68,6 +68,13 @@ doctrine:
entity_managers:
default:
auto_mapping: true
mappings:
Wallabag:
type: annotation
is_bundle: false
dir: '%kernel.project_dir%/src/Entity'
prefix: 'Wallabag\CoreBundle\Entity'
alias: Wallabag
stof_doctrine_extensions:
default_locale: "%locale%"

View File

@ -1,5 +1,5 @@
app:
resource: "@WallabagCoreBundle/Controller/"
resource: ../../src/Controller/
type: annotation
doc-api: