diff options
Diffstat (limited to 'models/base.php')
-rw-r--r-- | models/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/base.php b/models/base.php index 70a24321..7731b584 100644 --- a/models/base.php +++ b/models/base.php @@ -43,7 +43,7 @@ abstract class Base * * @access public * @param PicoDb\Database $db Database instance - * @param Core\Event $event Event dispatcher instance + * @param \Core\Event $event Event dispatcher instance */ public function __construct(\PicoDb\Database $db, \Core\Event $event) { |