Use Symfony\Polyfill\Mbstring from prefixed namespace
[MAILPOET-2579]
This commit is contained in:
committed by
Jack Kitterhing
parent
ac9c250b55
commit
cda5a57fc3
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Symfony\Polyfill\Mbstring\Mbstring as MbstringPolyfill;
|
use MailPoetVendor\Symfony\Polyfill\Mbstring\Mbstring as MbstringPolyfill;
|
||||||
|
|
||||||
if (!function_exists('mb_detect_encoding')) {
|
if (!function_exists('mb_detect_encoding')) {
|
||||||
function mb_detect_encoding($str, $encodingList = null, $strict = false) {
|
function mb_detect_encoding($str, $encodingList = null, $strict = false) {
|
||||||
|
Reference in New Issue
Block a user