From a5a03c02a7af9b1d250c815a4127056b8937c158 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 8 Apr 2022 20:23:38 +0300 Subject: [PATCH] chore(flextype): typo update --- src/flextype/flextype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/flextype.php b/src/flextype/flextype.php index d7e3efb1..01ddcbb6 100644 --- a/src/flextype/flextype.php +++ b/src/flextype/flextype.php @@ -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());