diff options
| author | Frédéric Guillot <fred@kanboard.net> | 2014-06-25 10:07:06 -0300 |
|---|---|---|
| committer | Frédéric Guillot <fred@kanboard.net> | 2014-06-25 10:07:06 -0300 |
| commit | e5e355d06890b324df2ded707ca491f9539dd171 (patch) | |
| tree | ec176a2a9eab58d9f0b7b661378f80442ca6a9b3 /app/Core/Registry.php | |
| parent | 60cc58c940537e299cee388d8b1d8c56e27e2d80 (diff) | |
Merge pull-request #140 (several small fixes)
Diffstat (limited to 'app/Core/Registry.php')
| -rw-r--r-- | app/Core/Registry.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Core/Registry.php b/app/Core/Registry.php index f11d427c..0311dc62 100644 --- a/app/Core/Registry.php +++ b/app/Core/Registry.php @@ -1,10 +1,13 @@ <?php namespace Core; +use RuntimeException; /** * The registry class is a dependency injection container * + * @property mixed db + * @property mixed event * @package core * @author Frederic Guillot */ |
