12
common/Auth/Events/UserCreated.php
Executable file
12
common/Auth/Events/UserCreated.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Common\Auth\Events;
|
||||
|
||||
use App\Models\User;
|
||||
|
||||
class UserCreated
|
||||
{
|
||||
public function __construct(public User $user, public array $data)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user