Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Action option for add method changed to allow autowiring.
Browse files Browse the repository at this point in the history
No BC issue.
  • Loading branch information
mkorkmaz committed Jul 14, 2017
1 parent 8d337c5 commit be4e4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private function extractFolder(string $requestPath, string $folder) : string
public function add(
$requestMethods,
string $route,
string $action,
$action,
?int $returnType = null,
?string $alias = null
) : void {
Expand Down

0 comments on commit be4e4af

Please sign in to comment.