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