File "EventSerializer.php"
Full Path: /var/www/html/back/vendor/spatie/laravel-event-sourcing/src/Attributes/EventSerializer.php
File size: 217 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\EventSourcing\Attributes;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class EventSerializer
{
public function __construct(
public string $serializerClass
) {
}
}