From 028cc858e3315b610036166a5433244d64453a90 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 1 Mar 2019 21:53:03 +0300 Subject: [PATCH] Flextype Slim Integration - next round of integration --- flextype/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index 35fddbbd..ef339733 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -75,7 +75,7 @@ $flextype['emitter'] = function($container) { }; /** - * Add emitter service to Flextype container + * Add flash service to Flextype container */ $flextype['flash'] = function ($container) { return new Messages();