Skip to content

Commit

Permalink
Merge pull request #1027 from spiral/tokenizer-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Dec 13, 2023
1 parent 36a9fd0 commit 544db3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/ScaffolderConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private function joinPathChunks(array $chunks, string $joint): string

private function classify(string $name): string
{
return ( new InflectorFactory() )
return (new InflectorFactory())
->build()
->classify($name);
}
Expand Down

0 comments on commit 544db3c

Please sign in to comment.