mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
ddb0110a84
@ -23,7 +23,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class EntitySentNotification extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
//use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -23,7 +23,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class EntityViewedNotification extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
//use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -23,7 +23,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class InvoiceSentNotification extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
//use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -23,7 +23,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class InvoiceViewedNotification extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
//use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -23,7 +23,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class NewPartialPaymentNotification extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -23,7 +23,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class NewPaymentNotification extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -20,7 +20,7 @@ use Illuminate\Notifications\Notification;
|
||||
|
||||
class BaseNotification extends Notification implements ShouldQueue
|
||||
{
|
||||
use Queueable;
|
||||
// use Queueable;
|
||||
use MakesInvoiceHtml;
|
||||
|
||||
/**
|
||||
|
@ -24,7 +24,7 @@ use Illuminate\Support\Facades\Mail;
|
||||
|
||||
class ClientContactRequestCancellation extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -21,7 +21,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class ClientContactResetPassword extends Notification
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
/**
|
||||
* The password reset token.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class GmailTestNotification extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -21,7 +21,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class VerifyUser extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -8,7 +8,7 @@ use Illuminate\Notifications\Notification;
|
||||
|
||||
class ResetPasswordNotification extends Notification
|
||||
{
|
||||
use Queueable;
|
||||
// use Queueable;
|
||||
|
||||
public $token;
|
||||
|
||||
|
@ -23,9 +23,9 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class SendGenericNotification extends BaseNotification implements ShouldQueue
|
||||
{
|
||||
use Queueable;
|
||||
use Dispatchable;
|
||||
use SerializesModels;
|
||||
// use Queueable;
|
||||
// use Dispatchable;
|
||||
// use SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
Loading…
x
Reference in New Issue
Block a user