mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-14 20:35:08 +02: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
|
@ -32,9 +32,10 @@ use App\Entity\PriceInformations\Orderdetail;
|
|||
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
|
||||
|
||||
/**
|
||||
* This class merges two parts together.
|
||||
*
|
||||
* @implements EntityMergerInterface<Part>
|
||||
*/
|
||||
#[Autoconfigure(public: true)]
|
||||
class PartMerger implements EntityMergerInterface
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue