Skip to content

Commit

Permalink
Fixed name of route target creator.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikweiss committed Aug 29, 2024
1 parent 52c7b12 commit 3bb2877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Tarikweiss\SlimAttributeRouter\RouteTargetCreator;

class PublicMethodRouteCreator implements RouteTargetCreator
class PublicMethodRouteTargetCreator implements RouteTargetCreator
{
public function __construct(
public string $classLevelMethodName = 'run'
Expand Down

0 comments on commit 3bb2877

Please sign in to comment.