| Current Path : /home/helpink/www/components/com_jbusinessdirectory/classes/payment/processors/Asaas/ |
| Current File : /home/helpink/www/components/com_jbusinessdirectory/classes/payment/processors/Asaas/Webhook.php |
<?php
namespace CodePhix\Asaas;
class Webhook {
public $http;
public function __construct(Connection $connection)
{
$this->http = $connection;
}
}