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 3b8f989 commit a0e5f03Copy full SHA for a0e5f03
src/Builder/Extractor.php
@@ -94,7 +94,7 @@ public function addParameter(string|int $key, Node\Expr $parameter): StepBuilder
94
public function getNode(): Node
95
{
96
return new Node\Expr\New_(
97
- class: new Node\Name\FullyQualified('Kibok\\Component\\Flow\\SQL\\Extractor'),
+ class: new Node\Name\FullyQualified('Kiboko\\Component\\Flow\\SQL\\Extractor'),
98
args: [
99
new Node\Arg(
100
value: $this->connection->getNode()
0 commit comments