mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove reference to guard from models.
This commit is contained in:
@@ -53,7 +53,7 @@ class Rule extends Model
|
||||
*
|
||||
* @return Rule
|
||||
*/
|
||||
public static function routeBinder($guard, string $value): Rule
|
||||
public static function routeBinder(string $value): Rule
|
||||
{
|
||||
if ($guard->check()) {
|
||||
$ruleId = intval($value);
|
||||
|
Reference in New Issue
Block a user