From ccdd34bc31349e4a204452ccc745e041fd29e45f Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Fri, 12 Oct 2018 01:10:53 +0200 Subject: [PATCH] missing use statement --- tests/Utils/Logger/LoggerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Utils/Logger/LoggerTest.php b/tests/Utils/Logger/LoggerTest.php index 9f44f6d..ddcacc6 100644 --- a/tests/Utils/Logger/LoggerTest.php +++ b/tests/Utils/Logger/LoggerTest.php @@ -1,6 +1,7 @@