first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace LucentNotifications\Events;
|
||||
|
||||
use Illuminate\Foundation\Events\Dispatchable;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class ReadNotification{
|
||||
|
||||
use Dispatchable, SerializesModels;
|
||||
|
||||
function __construct(public string $notificationId)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user