WIP
parent
ac30f56cac
commit
959f8d3503
|
|
@ -4,14 +4,10 @@ namespace App\Listeners;
|
||||||
|
|
||||||
use App\Events\ProductSkuViewed;
|
use App\Events\ProductSkuViewed;
|
||||||
use App\Models\ProductViewLog;
|
use App\Models\ProductViewLog;
|
||||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
|
||||||
use Illuminate\Queue\InteractsWithQueue;
|
|
||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
class CreateProductViewLog implements ShouldQueue
|
class CreateProductViewLog
|
||||||
{
|
{
|
||||||
use InteractsWithQueue;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle the event.
|
* Handle the event.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -4,14 +4,10 @@ namespace App\Listeners;
|
||||||
|
|
||||||
use App\Events\OrderPaid;
|
use App\Events\OrderPaid;
|
||||||
use App\Models\Message;
|
use App\Models\Message;
|
||||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
|
||||||
use Illuminate\Queue\InteractsWithQueue;
|
|
||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
class OrderPaidNotify implements ShouldQueue
|
class OrderPaidNotify
|
||||||
{
|
{
|
||||||
use InteractsWithQueue;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle the event.
|
* Handle the event.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue