chore(deps): update dependencies (#6836)

This commit is contained in:
Alexis Saettler
2023-08-29 21:33:17 +02:00
committed by GitHub
parent 10af31569e
commit 9ab75dc5c2
162 changed files with 2236 additions and 1421 deletions
+3 -2
View File
@@ -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,
);
}
}