diff options
author | Fbenas <philbeansburton@gmail.com> | 2017-03-12 04:40:09 +0000 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2017-03-12 04:40:09 +0000 |
commit | a61df3888e726938f9f6b3af9cb4c8084907dfc6 (patch) | |
tree | b5c9b870023a817cecf31d282c2639e192289b6a /src/Message/Overview.php | |
parent | 78bb09f1ab50b85ec000e4d61cc795f03325cd11 (diff) |
Allow important param injects to persist across all handler messages
Diffstat (limited to 'src/Message/Overview.php')
-rw-r--r-- | src/Message/Overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Message/Overview.php b/src/Message/Overview.php index 3676176..c328acc 100644 --- a/src/Message/Overview.php +++ b/src/Message/Overview.php @@ -20,6 +20,6 @@ class Overview extends Base public function getInject() { - return 'foo'; + return time(); } }
\ No newline at end of file |