1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

chore(flextype): typo update

This commit is contained in:
Awilum
2022-04-08 20:23:38 +03:00
parent a21fd9bae2
commit a5a03c02a7

View File

@@ -366,7 +366,7 @@ function_exists('mb_internal_encoding') and mb_internal_encoding(registry()->get
if (in_array(registry()->get('flextype.settings.timezone'), DateTimeZone::listIdentifiers())) {
date_default_timezone_set(registry()->get('flextype.settings.timezone'));
}
// Add Plugins Service
container()->set('plugins', new Plugins());