Skip to content

Commit

Permalink
Fix Logger class error
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-commerce committed Jan 16, 2019
1 parent ff8eff8 commit 2ccdc4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Logger/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
*/
namespace KiwiCommerce\AdminActivity\Logger;

use Monolog\Logger;

/**
* Class Handler
* @package KiwiCommerce\AdminActivity\Logger
Expand All @@ -25,7 +23,7 @@ class Handler extends \Magento\Framework\Logger\Handler\Base
* Logging level
* @var int
*/
public $loggerType = Logger::INFO;
public $loggerType = \KiwiCommerce\AdminActivity\Logger\Logger::INFO;

/**
* File name
Expand Down

0 comments on commit 2ccdc4b

Please sign in to comment.