Skip to content

Commit

Permalink
fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 18, 2024
1 parent 899eee0 commit 9f476b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/Server/PHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PHP extends ServerAbstract
{
protected function newGenerator(): SchemaGeneratorInterface
{
return new Generator\PHP();
return new Generator\Php();
}

protected function getControllerPath(): string
Expand Down

0 comments on commit 9f476b7

Please sign in to comment.