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 64a9504 commit a45aecdCopy full SHA for a45aecd
1 file changed
Util/Component/JsDataProvider.php
@@ -6,13 +6,11 @@
6
use Magento\Framework\View\Element\Block\ArgumentInterface;
7
use Loki\Components\Component\ComponentInterface;
8
use Loki\Components\Util\CamelCaseConvertor;
9
-use Loki\Components\Util\ComponentUtil;
10
use Loki\Components\Util\IdConvertor;
11
12
class JsDataProvider implements ArgumentInterface
13
{
14
public function __construct(
15
- private readonly ComponentUtil $componentUtil,
16
private readonly GetElementId $getElementId,
17
private readonly IdConvertor $idConvertor,
18
private readonly CamelCaseConvertor $camelCaseConvertor,
0 commit comments