added activity events for plugins (#2516)

This commit is contained in:
Kevin Papst
2021-04-21 15:56:17 +02:00
committed by GitHub
parent 08a144ac31
commit 09c9a95fcf
18 changed files with 591 additions and 8 deletions

View File

@@ -23,6 +23,9 @@ use InvalidArgumentException;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\Validator\Validator\ValidatorInterface;
/**
* @final
*/
class CustomerService
{
private $repository;