diff options
Diffstat (limited to 'app/Controller/Base.php')
-rw-r--r-- | app/Controller/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php index 9b8ca0ec..4609670f 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -95,7 +95,7 @@ abstract class Base * Constructor * * @access public - * @param Pimple\Container $container + * @param \Pimple\Container $container */ public function __construct(Container $container) { |