1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Move fixtures out of src

This commit is contained in:
Yassine Guedidi 2024-03-30 01:24:38 +01:00
parent ce286d7f7b
commit 7d20756b7b
13 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,6 @@ services:
# fixtures
Wallabag\DataFixtures\:
resource: '../../src/DataFixtures/*'
resource: '../../fixtures/*'
tags: ['doctrine.fixture.orm']
autowire: true