diff options
Diffstat (limited to 'controllers/base.php')
-rw-r--r-- | controllers/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/base.php b/controllers/base.php index 5f482f7e..ebc946fc 100644 --- a/controllers/base.php +++ b/controllers/base.php @@ -14,7 +14,7 @@ abstract class Base * Constructor * * @access public - * @param Core\Registry $registry + * @param \Core\Registry $registry */ public function __construct(\Core\Registry $registry) { |