feat: logs download events
This commit is contained in:
@@ -19,6 +19,7 @@ class AddEventLogHandler implements HandlerInterface
|
||||
public function handle(CommandInterface $command): ResultInterface
|
||||
{
|
||||
$eventLog = $this->repository->insert(
|
||||
user: $command->user,
|
||||
type: $command->type,
|
||||
message: $command->message,
|
||||
context: $command->context
|
||||
|
||||
Reference in New Issue
Block a user