App\Listeners\SubscriptionListener::createdClient PHP Method

createdClient() public method

public createdClient ( ClientWasCreated $event )
$event App\Events\ClientWasCreated
    public function createdClient(ClientWasCreated $event)
    {
        $transformer = new ClientTransformer($event->client->account);
        $this->checkSubscriptions(EVENT_CREATE_CLIENT, $event->client, $transformer);
    }