Your IP : 216.73.216.84


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

<?php

namespace Negotiation;

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