We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab3f1e commit cddd69aCopy full SHA for cddd69a
Logger/Logger.php
@@ -26,7 +26,6 @@ public function __construct(
26
TimezoneInterface $date,
27
Config $config
28
) {
29
- $this->request = $request;
30
$this->logRepository = $logRepository;
31
$this->logFactory = $logFactory;
32
$this->date = $date;
Plugin/LogDataPlugin.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace Graycore\GraphQlLogger\Logger;
+namespace Graycore\GraphQlLogger\Plugin;
4
5
use Graycore\GraphQlLogger\Model\Config;
6
use Magento\Framework\App\RequestInterface;
0 commit comments