%PDF- %PDF-
| Direktori : /home/graphicd/www/vebto/vendor/willdurand/negotiation/src/Negotiation/ |
| Current File : /home/graphicd/www/vebto/vendor/willdurand/negotiation/src/Negotiation/CharsetNegotiator.php |
<?php
namespace Negotiation;
class CharsetNegotiator extends AbstractNegotiator
{
/**
* {@inheritdoc}
*/
protected function acceptFactory($accept)
{
return new AcceptCharset($accept);
}
}