Skip to content

Commit a0e5f03

Browse files
committed
Fixed broken class name
1 parent 3b8f989 commit a0e5f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder/Extractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function addParameter(string|int $key, Node\Expr $parameter): StepBuilder
9494
public function getNode(): Node
9595
{
9696
return new Node\Expr\New_(
97-
class: new Node\Name\FullyQualified('Kibok\\Component\\Flow\\SQL\\Extractor'),
97+
class: new Node\Name\FullyQualified('Kiboko\\Component\\Flow\\SQL\\Extractor'),
9898
args: [
9999
new Node\Arg(
100100
value: $this->connection->getNode()

0 commit comments

Comments
 (0)