add recipe for shipmonk/doctrine-entity-preloader (#1850)

This commit is contained in:
Gregor Harlan
2025-08-26 08:03:40 +02:00
committed by GitHub
parent e9e6352e1b
commit 724ced0251
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
services:
ShipMonk\DoctrineEntityPreloader\EntityPreloader:
arguments: ['@doctrine.orm.entity_manager']

View File

@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}