Sort of working beta
This commit is contained in:
11
app/Notification/Notifications/NotificationLogin.php
Normal file
11
app/Notification/Notifications/NotificationLogin.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Notification\Notifications;
|
||||
|
||||
use App\Notification\Notification;
|
||||
|
||||
abstract class NotificationLogin extends Notification {
|
||||
public function __construct(int $jobId, \App\Notification\NotificationBody $body) {
|
||||
parent::__construct($jobId, $body, true);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user