first commit
This commit is contained in:
14
libraries/vendor/willdurand/negotiation/src/Negotiation/CharsetNegotiator.php
vendored
Normal file
14
libraries/vendor/willdurand/negotiation/src/Negotiation/CharsetNegotiator.php
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Negotiation;
|
||||
|
||||
class CharsetNegotiator extends AbstractNegotiator
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function acceptFactory($accept)
|
||||
{
|
||||
return new AcceptCharset($accept);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user