2018-10-04 14:07:20 +02:00
|
|
|
services:
|
|
|
|
filesystem_cache:
|
|
|
|
class: Doctrine\Common\Cache\FilesystemCache
|
|
|
|
arguments:
|
|
|
|
- "%kernel.cache_dir%/doctrine/metadata"
|
|
|
|
|
|
|
|
# fixtures
|
2024-02-19 01:30:12 +01:00
|
|
|
Wallabag\DataFixtures\:
|
2024-03-30 01:24:38 +01:00
|
|
|
resource: '../../fixtures/*'
|
2018-10-04 14:07:20 +02:00
|
|
|
tags: ['doctrine.fixture.orm']
|
|
|
|
autowire: true
|