mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-27 02:30:02 +00:00
Ajoute le gestionnaire PersonUpsertHandler et le message UpsertMessage, ainsi que des tests pour la création et la mise à jour des utilisateurs.
This commit is contained in:
@@ -9,7 +9,7 @@ declare(strict_types=1);
|
||||
* the LICENSE file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Chill\PersonBundle\Entity\Person\Upsert\Handler;
|
||||
namespace Chill\PersonBundle\Actions\Upsert\Handler;
|
||||
|
||||
use Chill\PersonBundle\Repository\PersonRepository;
|
||||
use Chill\PersonBundle\Repository\Identifier\PersonIdentifierDefinitionRepository;
|
||||
@@ -9,7 +9,7 @@ declare(strict_types=1);
|
||||
* the LICENSE file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Chill\PersonBundle\Entity\Person\Upsert;
|
||||
namespace Chill\PersonBundle\Actions\Upsert;
|
||||
|
||||
class UpsertMessage
|
||||
{
|
||||
Reference in New Issue
Block a user