for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Lenius\LaravelEcommerce\Events;
use Illuminate\Broadcasting\InteractsWithSockets;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;
class CartDestroyed
{
use Dispatchable;
use InteractsWithSockets;
use SerializesModels;
Illuminate\Queue\SerializesModels
Lenius\LaravelEcommerce\Events\CartDestroyed
$collectionClass
$id
$relations
$class
$connection
$keyBy
/**
* Create a new event instance.
*
* @return void
*/
public function __construct()
//
}