diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-15 14:39:12 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-15 14:39:12 -0500 |
commit | a42f1ea2bd0e208a67ac42a956f3a0bc366256de (patch) | |
tree | a1bea6bfb97f56fea14867c80c71a49650380d83 /app/Action/Base.php | |
parent | 2011c3534401f8aa8b4e4b72f0a024e58ca85560 (diff) |
Add unit test for TaskAssignCategoryLink
Diffstat (limited to 'app/Action/Base.php')
-rw-r--r-- | app/Action/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Action/Base.php b/app/Action/Base.php index 4d2d6da6..81e2ccc6 100644 --- a/app/Action/Base.php +++ b/app/Action/Base.php @@ -241,7 +241,7 @@ abstract class Base extends \Kanboard\Core\Base } if (DEBUG) { - $this->container['logger']->debug(get_called_class().' => '.($result ? 'true' : 'false')); + $this->logger->debug(get_called_class().' => '.($result ? 'true' : 'false')); } return $result; |