shell bypass 403
<?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;
}
}