Your IP : 216.73.216.224


Current Path : /var/www/html/libraries/vendor/willdurand/negotiation/src/Negotiation/
Upload File :
Current File : /var/www/html/libraries/vendor/willdurand/negotiation/src/Negotiation/EncodingNegotiator.php

<?php

namespace Negotiation;

class EncodingNegotiator extends AbstractNegotiator
{
    /**
     * {@inheritdoc}
     */
    protected function acceptFactory($accept)
    {
        return new AcceptEncoding($accept);
    }
}