瀏覽代碼

fix: 🚑️ Remove queueable from Eventhandler to fix execution

IceToast 2 年之前
父節點
當前提交
5289567773
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      app/Listeners/CreateInvoice.php

+ 1 - 3
app/Listeners/CreateInvoice.php

@@ -4,10 +4,8 @@ namespace App\Listeners;
 
 
 use App\Events\PaymentEvent;
 use App\Events\PaymentEvent;
 use App\Traits\Invoiceable;
 use App\Traits\Invoiceable;
-use Illuminate\Contracts\Queue\ShouldQueue;
-use Illuminate\Queue\InteractsWithQueue;
 
 
-class CreateInvoice implements ShouldQueue
+class CreateInvoice
 {
 {
 
 
     use Invoiceable;
     use Invoiceable;