chore: complete update
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Framework\Http\Session\Events;
|
||||
|
||||
use App\Framework\Http\Session\SessionId;
|
||||
|
||||
final readonly class CsrfTokenGeneratedEvent
|
||||
{
|
||||
public function __construct(
|
||||
public SessionId $sessionId,
|
||||
public string $formId,
|
||||
public string $token,
|
||||
public int $timestamp
|
||||
){}
|
||||
}
|
||||
Reference in New Issue
Block a user