Skip to content

Commit

Permalink
Merge pull request #61 from small1/master
Browse files Browse the repository at this point in the history
Added $extratokens variable to serve method
  • Loading branch information
martinbean committed Sep 25, 2013
2 parents 31491bb + 89e0a80 commit b1e76b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Toro.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static function hasHandlerFor($path_info)
return false;
}

public static function serve($routes)
public static function serve($routes, $extratokens = null)
{
self::$used_routes = $routes;
self::$used_tokens = array(
Expand Down

0 comments on commit b1e76b0

Please sign in to comment.