Skip to content

Commit aa20ff6

Browse files
author
marko
committed
fix: typo
1 parent b19bb4c commit aa20ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/OpenApi/Service/ResourceApiEndpointsFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function new(string $path, string $resource): self
7070
{
7171
$self = new self($this->schemaFactory);
7272
$self->path = $path;
73-
$this->resourceClassName = $resource;
73+
$self->resourceClassName = $resource;
7474

7575
return $self;
7676
}

0 commit comments

Comments
 (0)