From edfd095021ee5d89f53da4fd78d7dea7346d7617 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sun, 12 Mar 2017 20:05:19 +0000 Subject: more magic in rendering mesages --- src/Config/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Config') diff --git a/src/Config/Config.php b/src/Config/Config.php index 710c9e0..4423d30 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -27,7 +27,7 @@ class Config if (!static::$config) { static::$config = include SITE_ROOT . '/config/messages.php'; } - + return static::$config; } } -- cgit v1.2.3