first commit
This commit is contained in:
12
app/Events/InvitationCreated.php
Normal file
12
app/Events/InvitationCreated.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Events;
|
||||
|
||||
use App\Models\Invitation;
|
||||
|
||||
class InvitationCreated
|
||||
{
|
||||
public function __construct(public Invitation $invitation)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user