fix: 🚑️ Remove queueable from Eventhandler to fix execution

This commit is contained in:
IceToast 2023-01-19 16:05:56 +01:00
parent e978cb9914
commit 5289567773

View file

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