Skip to content

Commit

Permalink
[BDE] fix event inscription sender name
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Apr 27, 2024
1 parent d299fb1 commit 278cb34
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -3,10 +3,9 @@
namespace App\Mailer\Message\BesoinDEurope;

use App\Entity\Event\EventRegistration;
use App\Mailer\Message\Renaissance\AbstractRenaissanceMessage;
use Ramsey\Uuid\Uuid;

class BesoinDEuropeEventRegistrationConfirmationMessage extends AbstractRenaissanceMessage
class BesoinDEuropeEventRegistrationConfirmationMessage extends AbstractBesoinDEuropeMessage
{
public static function createFromRegistration(EventRegistration $registration, string $eventLink): self
{
Expand Down

0 comments on commit 278cb34

Please sign in to comment.