From 82f9ea28a8d575449d983eef19e6efd1fab715f0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 1 Dec 2019 18:16:33 +0300 Subject: [PATCH] chore(core): dependencies typo fixes --- flextype/dependencies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/dependencies.php b/flextype/dependencies.php index 669ccea0..88c81568 100644 --- a/flextype/dependencies.php +++ b/flextype/dependencies.php @@ -112,7 +112,7 @@ $flextype['cache'] = static function ($container) use ($flextype) { }; /** - * Add cache service to Flextype container + * Add parser service to Flextype container */ $flextype['parser'] = static function ($container) use ($flextype) { return new Parser($flextype);