Merge pull request #4883 from turbo124/v5-develop

Remove queuable
This commit is contained in:
David Bomba 2021-02-12 00:02:37 +11:00 committed by GitHub
commit 9171381225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Notifications\Messages\MailMessage;
use Illuminate\Notifications\Notification;
class BaseNotification extends Notification implements ShouldQueue
class BaseNotification extends Notification
{
// use Queueable;
use MakesInvoiceHtml;

View File

@ -22,7 +22,7 @@ use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
use Illuminate\Support\Facades\Mail;
class ClientContactRequestCancellation extends Notification implements ShouldQueue
class ClientContactRequestCancellation extends Notification
{
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

View File

@ -19,7 +19,7 @@ use Illuminate\Notifications\Notification;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
class GmailTestNotification extends Notification implements ShouldQueue
class GmailTestNotification extends Notification
{
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

View File

@ -20,7 +20,7 @@ use Illuminate\Notifications\Notification;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
class NewAccountCreated extends Notification implements ShouldQueue
class NewAccountCreated extends Notification
{
//use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

View File

@ -19,7 +19,7 @@ use Illuminate\Notifications\Notification;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
class VerifyUser extends Notification implements ShouldQueue
class VerifyUser extends Notification
{
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

View File

@ -21,7 +21,7 @@ use Illuminate\Notifications\Messages\SlackMessage;
use Illuminate\Notifications\Notification;
use Illuminate\Queue\SerializesModels;
class SendGenericNotification extends BaseNotification implements ShouldQueue
class SendGenericNotification extends BaseNotification
{
// use Queueable;
// use Dispatchable;