mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-16 07:59:30 +00:00
Implemented logic for not (yet) used EntityMerger service
This commit is contained in:
parent
1da5e7ccd7
commit
07088c94e7
3 changed files with 52 additions and 1 deletions
|
|
@ -24,9 +24,12 @@ declare(strict_types=1);
|
|||
namespace App\Services\EntityMergers\Mergers;
|
||||
|
||||
|
||||
use Symfony\Component\DependencyInjection\Attribute\AutoconfigureTag;
|
||||
|
||||
/**
|
||||
* @template T of object
|
||||
*/
|
||||
#[AutoconfigureTag('app.entity_merger')]
|
||||
interface EntityMergerInterface
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue