Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Logger/
Upload File :
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);
    }
}