¨4.0.1¨
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Modules\Product\Events;
|
||||
|
||||
use Modules\Product\Entities\Product;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class ProductViewed
|
||||
@@ -11,10 +12,11 @@ class ProductViewed
|
||||
/**
|
||||
* The product entity.
|
||||
*
|
||||
* @var \Modules\Product\Entities\Product
|
||||
* @var Product
|
||||
*/
|
||||
public $product;
|
||||
|
||||
|
||||
/**
|
||||
* Create a new event instance.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user