| Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Logger/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Logger/WebhooksLogger.php |
<?php
namespace StripeIntegration\Payments\Logger;
class WebhooksLogger extends \Monolog\Logger
{
public function __construct(
$name = 'WebhooksLogger',
array $handlers = [],
array $processors = []
)
{
parent::__construct($name, $handlers, $processors);
}
}