summaryrefslogtreecommitdiff
path: root/src/Config
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2017-03-12 20:05:19 +0000
committerFbenas <philbeansburton@gmail.com>2017-03-12 20:05:19 +0000
commitedfd095021ee5d89f53da4fd78d7dea7346d7617 (patch)
tree85afbe9cf9a2414a654790336c9ced4b9b62a505 /src/Config
parent6f4cd9178ba55ffb3fd80816cf9f4cda39ee0cad (diff)
more magic in rendering mesages
Diffstat (limited to 'src/Config')
-rw-r--r--src/Config/Config.php2
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;
}
}