diff --git a/app/Listeners/CreateInvoice.php b/app/Listeners/CreateInvoice.php index 08d772c0..907b2704 100644 --- a/app/Listeners/CreateInvoice.php +++ b/app/Listeners/CreateInvoice.php @@ -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;