diff options
Diffstat (limited to 'app/Event/Base.php')
-rw-r--r-- | app/Event/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Event/Base.php b/app/Event/Base.php index 2ca1ada0..0217fa08 100644 --- a/app/Event/Base.php +++ b/app/Event/Base.php @@ -25,7 +25,7 @@ abstract class Base implements Listener * Container instance * * @access protected - * @var Pimple\Container + * @var \Pimple\Container */ protected $container; |