b0y-101 Mini Shell


Current Path : E:/www2/risk/libraries/vendor/willdurand/negotiation/src/Negotiation/
File Upload :
Current File : E:/www2/risk/libraries/vendor/willdurand/negotiation/src/Negotiation/CharsetNegotiator.php

<?php

namespace Negotiation;

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

Copyright © 2019 by b0y-101