diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-14 23:04:20 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-14 23:04:20 -0500 |
commit | 46f19336c0208797d3c47685b8b5d7d0c74296e0 (patch) | |
tree | b8cb1e5b8b35f827a13e6f1d459e6996f8c18662 /app/Event | |
parent | b081288188bb1744c9d7bd075aa5936e0ccbb9c4 (diff) |
Move some class instancaiations outside the router
Diffstat (limited to 'app/Event')
-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 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 |