Remove unused params
This commit is contained in:
parent
0c60fbe794
commit
de6a9058a5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class EggVariable extends Model
|
|||
public function required(): Attribute
|
||||
{
|
||||
return Attribute::make(
|
||||
get: fn ($value, $attributes) => in_array('required', explode('|', $this->rules)),
|
||||
get: fn () => in_array('required', explode('|', $this->rules)),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue