Skip to content

Commit

Permalink
fix typo (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok authored Sep 25, 2019
1 parent 702c358 commit b82c1bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ValidationDefinitionHelper
{
public static function allOffMiddleware(array $requestValidators)
public static function allOfMiddleware(array $requestValidators)
{
return self::middleware(self::allOf($requestValidators));
}
Expand Down

0 comments on commit b82c1bb

Please sign in to comment.