diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-03-05 12:04:28 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-03-05 12:04:28 -0800 |
commit | 299198f7181fccf1e9a684649d173a1ebbdfbd1e (patch) | |
tree | c2539efcfae3b193603bbff22dde8b84fd7f9981 /tests | |
parent | a991758e98fc614d35ec67ec904c78fa0ff6feeb (diff) |
Move SimpleLogger lib into app source tree
Diffstat (limited to 'tests')
-rw-r--r-- | tests/units/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php index cb6a2e20..b38fa12f 100644 --- a/tests/units/Base.php +++ b/tests/units/Base.php @@ -7,7 +7,7 @@ use Composer\Autoload\ClassLoader; use Symfony\Component\EventDispatcher\EventDispatcher; use Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher; use Symfony\Component\Stopwatch\Stopwatch; -use SimpleLogger\Logger; +use Kanboard\Core\Log\Logger; use Kanboard\Core\Session\FlashMessage; use Kanboard\ServiceProvider\ActionProvider; |