mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Remove reference to guard from other bind support classes.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user