diff options
author | Fbenas <philbeansburton@gmail.com> | 2017-03-12 20:05:19 +0000 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2017-03-12 20:05:19 +0000 |
commit | edfd095021ee5d89f53da4fd78d7dea7346d7617 (patch) | |
tree | 85afbe9cf9a2414a654790336c9ced4b9b62a505 /src/Config/Config.php | |
parent | 6f4cd9178ba55ffb3fd80816cf9f4cda39ee0cad (diff) |
more magic in rendering mesages
Diffstat (limited to 'src/Config/Config.php')
-rw-r--r-- | src/Config/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |