-
Notifications
You must be signed in to change notification settings - Fork 1
Usage
Alexey Samara edited this page Feb 6, 2017
·
2 revisions
Installation | Commands | Usage |
You can initialize ProxyBonanza service to your class via services.yml as argument wowapps.proxybonanza
or get container:
use WowApps\ProxyBonanzaBundle\Service\ProxyBonanza;
class YourClass
{
/** @var ProxyBonanza $proxyBonanza */
$proxyBonanza = $this->getContainer()->get('wowapps.proxybonanza');
}