summaryrefslogtreecommitdiff
path: root/app/Model
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model')
-rw-r--r--app/Model/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Base.php b/app/Model/Base.php
index 21353b73..56a4d8e8 100644
--- a/app/Model/Base.php
+++ b/app/Model/Base.php
@@ -63,7 +63,7 @@ abstract class Base
* Container instance
*
* @access protected
- * @var Pimple\Container
+ * @var \Pimple\Container
*/
protected $container;