6
0
Fork 0
release
李静 2021-12-27 13:29:19 +08:00
parent ac30f56cac
commit 959f8d3503
2 changed files with 2 additions and 10 deletions

View File

@ -4,14 +4,10 @@ namespace App\Listeners;
use App\Events\ProductSkuViewed;
use App\Models\ProductViewLog;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;
use Throwable;
class CreateProductViewLog implements ShouldQueue
class CreateProductViewLog
{
use InteractsWithQueue;
/**
* Handle the event.
*

View File

@ -4,14 +4,10 @@ namespace App\Listeners;
use App\Events\OrderPaid;
use App\Models\Message;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;
use Throwable;
class OrderPaidNotify implements ShouldQueue
class OrderPaidNotify
{
use InteractsWithQueue;
/**
* Handle the event.
*