App\Events\ClientWasDeleted::__construct PHP Method

__construct() public method

Create a new event instance.
public __construct ( Client $client )
$client app\models\Client
    public function __construct(Client $client)
    {
        $this->client = $client;
    }
ClientWasDeleted