chore(deps): update dependencies (#6836)
This commit is contained in:
@@ -119,7 +119,7 @@ class Module extends Model
|
||||
* Modules have a default name that can be translated.
|
||||
* Howerer, if a name is set, it will be used instead of the default.
|
||||
*
|
||||
* @return Attribute<string,never>
|
||||
* @return Attribute<string,string>
|
||||
*/
|
||||
protected function name(): Attribute
|
||||
{
|
||||
@@ -130,7 +130,8 @@ class Module extends Model
|
||||
}
|
||||
|
||||
return $value;
|
||||
}
|
||||
},
|
||||
set: fn ($value) => $value,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user