Updated bootstrap.php
This commit is contained in:
parent
a0ff64f444
commit
1685964232
1 changed files with 4 additions and 1 deletions
|
@ -2,3 +2,6 @@
|
|||
|
||||
// polyfill-mbstring
|
||||
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'ThirdParty' . DIRECTORY_SEPARATOR . 'Symfony' . DIRECTORY_SEPARATOR . 'polyfill-mbstring' . DIRECTORY_SEPARATOR . 'bootstrap.php');
|
||||
|
||||
// polyfill-ctype
|
||||
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'ThirdParty' . DIRECTORY_SEPARATOR . 'Symfony' . DIRECTORY_SEPARATOR . 'polyfill-ctype' . DIRECTORY_SEPARATOR . 'bootstrap.php');
|
Loading…
Add table
Reference in a new issue