diff --git a/app/Notifications/Admin/EntitySentNotification.php b/app/Notifications/Admin/EntitySentNotification.php index 61f24b4a0..53dc0e75d 100644 --- a/app/Notifications/Admin/EntitySentNotification.php +++ b/app/Notifications/Admin/EntitySentNotification.php @@ -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. diff --git a/app/Notifications/Admin/EntityViewedNotification.php b/app/Notifications/Admin/EntityViewedNotification.php index 7b3df1e14..71b08a29d 100644 --- a/app/Notifications/Admin/EntityViewedNotification.php +++ b/app/Notifications/Admin/EntityViewedNotification.php @@ -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. diff --git a/app/Notifications/Admin/InvoiceSentNotification.php b/app/Notifications/Admin/InvoiceSentNotification.php index 8c101c1b7..ee5e02b27 100644 --- a/app/Notifications/Admin/InvoiceSentNotification.php +++ b/app/Notifications/Admin/InvoiceSentNotification.php @@ -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. diff --git a/app/Notifications/Admin/InvoiceViewedNotification.php b/app/Notifications/Admin/InvoiceViewedNotification.php index b8e196f16..37c77c578 100644 --- a/app/Notifications/Admin/InvoiceViewedNotification.php +++ b/app/Notifications/Admin/InvoiceViewedNotification.php @@ -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. diff --git a/app/Notifications/Admin/NewPartialPaymentNotification.php b/app/Notifications/Admin/NewPartialPaymentNotification.php index d05d29e7f..f736f6895 100644 --- a/app/Notifications/Admin/NewPartialPaymentNotification.php +++ b/app/Notifications/Admin/NewPartialPaymentNotification.php @@ -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. diff --git a/app/Notifications/Admin/NewPaymentNotification.php b/app/Notifications/Admin/NewPaymentNotification.php index 3f704a34a..fcc147f76 100644 --- a/app/Notifications/Admin/NewPaymentNotification.php +++ b/app/Notifications/Admin/NewPaymentNotification.php @@ -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. diff --git a/app/Notifications/BaseNotification.php b/app/Notifications/BaseNotification.php index 3928c309b..3e23164bc 100644 --- a/app/Notifications/BaseNotification.php +++ b/app/Notifications/BaseNotification.php @@ -20,7 +20,7 @@ use Illuminate\Notifications\Notification; class BaseNotification extends Notification implements ShouldQueue { - use Queueable; + // use Queueable; use MakesInvoiceHtml; /** diff --git a/app/Notifications/ClientContactRequestCancellation.php b/app/Notifications/ClientContactRequestCancellation.php index f1f0c424b..f9e1b6286 100644 --- a/app/Notifications/ClientContactRequestCancellation.php +++ b/app/Notifications/ClientContactRequestCancellation.php @@ -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. diff --git a/app/Notifications/ClientContactResetPassword.php b/app/Notifications/ClientContactResetPassword.php index ce53ec8bd..476641077 100644 --- a/app/Notifications/ClientContactResetPassword.php +++ b/app/Notifications/ClientContactResetPassword.php @@ -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. * diff --git a/app/Notifications/GmailTestNotification.php b/app/Notifications/GmailTestNotification.php index 8fc9b1750..404b5f22c 100644 --- a/app/Notifications/GmailTestNotification.php +++ b/app/Notifications/GmailTestNotification.php @@ -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. diff --git a/app/Notifications/Ninja/VerifyUser.php b/app/Notifications/Ninja/VerifyUser.php index 8a3d1cafb..0e29ff879 100644 --- a/app/Notifications/Ninja/VerifyUser.php +++ b/app/Notifications/Ninja/VerifyUser.php @@ -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. diff --git a/app/Notifications/ResetPasswordNotification.php b/app/Notifications/ResetPasswordNotification.php index 3065168f3..ff1162fa2 100644 --- a/app/Notifications/ResetPasswordNotification.php +++ b/app/Notifications/ResetPasswordNotification.php @@ -8,7 +8,7 @@ use Illuminate\Notifications\Notification; class ResetPasswordNotification extends Notification { - use Queueable; +// use Queueable; public $token; diff --git a/app/Notifications/SendGenericNotification.php b/app/Notifications/SendGenericNotification.php index af305a457..01b5d5e37 100644 --- a/app/Notifications/SendGenericNotification.php +++ b/app/Notifications/SendGenericNotification.php @@ -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.