Skip to content
Snippets Groups Projects
Commit 9b51a0f9 authored by Tobias Gross-Vogt's avatar Tobias Gross-Vogt
Browse files

moving person post event back to connector

parent 8ee2f138
No related branches found
No related tags found
No related merge requests found
Pipeline #213030 passed
<?php
declare(strict_types=1);
namespace Dbp\Relay\BasePersonBundle\Event;
use Dbp\Relay\CoreBundle\LocalData\LocalDataPostEvent;
class PersonProviderPostEvent extends LocalDataPostEvent
{
public const NAME = 'dbp.relay.base_person_bundle.person_provider.post';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment