Remove reference to guard from other bind support classes.

This commit is contained in:
James Cole
2018-02-09 19:24:30 +01:00
parent 53a6c10ada
commit 0f09a9db4d
9 changed files with 23 additions and 23 deletions

View File

@@ -35,5 +35,5 @@ interface BinderInterface
*
* @return mixed
*/
public static function routeBinder($guard, string $value, Route $route);
public static function routeBinder(string $value, Route $route);
}