Skip to content

Commit cddd69a

Browse files
committed
fix tests
1 parent fab3f1e commit cddd69a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Logger/Logger.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function __construct(
2626
TimezoneInterface $date,
2727
Config $config
2828
) {
29-
$this->request = $request;
3029
$this->logRepository = $logRepository;
3130
$this->logFactory = $logFactory;
3231
$this->date = $date;

Plugin/LogDataPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Graycore\GraphQlLogger\Logger;
3+
namespace Graycore\GraphQlLogger\Plugin;
44

55
use Graycore\GraphQlLogger\Model\Config;
66
use Magento\Framework\App\RequestInterface;

0 commit comments

Comments
 (0)