diff options
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 */ |