summaryrefslogtreecommitdiff
path: root/app/Event
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-14 23:04:20 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-14 23:04:20 -0500
commit46f19336c0208797d3c47685b8b5d7d0c74296e0 (patch)
treeb8cb1e5b8b35f827a13e6f1d459e6996f8c18662 /app/Event
parentb081288188bb1744c9d7bd075aa5936e0ccbb9c4 (diff)
Move some class instancaiations outside the router
Diffstat (limited to 'app/Event')
-rw-r--r--app/Event/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Event/Base.php b/app/Event/Base.php
index 5381471a..dfeeab55 100644
--- a/app/Event/Base.php
+++ b/app/Event/Base.php
@@ -22,7 +22,7 @@ use Core\Tool;
abstract class Base implements Listener
{
/**
- * Registry instance
+ * Container instance
*
* @access protected
* @var Pimple\Container