Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
vonage
/
client-core
/
src
/
Conversations
/
Editing: ClientFactory.php
<?php namespace Vonage\Conversations; use Vonage\Client\Factory\MapFactory; class ClientFactory { public function __invoke(MapFactory $factory) { $collection = new Collection(); $collection->setClient($factory->getClient()); return $collection; } }
Save
Cancel