diff options
Diffstat (limited to 'app/Auth/Base.php')
-rw-r--r-- | app/Auth/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Auth/Base.php b/app/Auth/Base.php index 3abd47f2..9633af4f 100644 --- a/app/Auth/Base.php +++ b/app/Auth/Base.php @@ -29,7 +29,7 @@ abstract class Base * Container instance * * @access protected - * @var Pimple\Container + * @var \Pimple\Container */ protected $container; |