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 /config/messages.php | |
parent | 6f4cd9178ba55ffb3fd80816cf9f4cda39ee0cad (diff) |
more magic in rendering mesages
Diffstat (limited to 'config/messages.php')
-rw-r--r-- | config/messages.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/messages.php b/config/messages.php index 0d53096..53f21db 100644 --- a/config/messages.php +++ b/config/messages.php @@ -1,5 +1,5 @@ <?php return [ - 'opening' => 'This is a message, {{inject}} is injected. Also {{second}}' -];
\ No newline at end of file + 'overview' => 'This is a message, {{inject}} is injected. Also {{second}}' +]; |