From 148e702b311daac4bdea509e6fc8152f43e02cdf Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 1 Aug 2021 12:36:00 +0300 Subject: [PATCH] feat(flextype): update flextype class #199 --- src/flextype/Foundation/Flextype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/Foundation/Flextype.php b/src/flextype/Foundation/Flextype.php index eca23d059..ae74a0c93 100644 --- a/src/flextype/Foundation/Flextype.php +++ b/src/flextype/Foundation/Flextype.php @@ -93,7 +93,7 @@ public function container(): Container /** * Returns Flextype Instance. - * + * * Gets the instance via lazy initialization (created on first usage) * * @return Flextype Returns the current Flextype Instance.