Current Path : /home/cinepatreb/billetterie/vendor/willdurand/negotiation/src/Negotiation/ |
Current File : /home/cinepatreb/billetterie/vendor/willdurand/negotiation/src/Negotiation/EncodingNegotiator.php |
<?php namespace Negotiation; class EncodingNegotiator extends AbstractNegotiator { /** * {@inheritdoc} */ protected function acceptFactory($accept) { return new AcceptEncoding($accept); } }