chore(deps): upgrade dependencies (#7524)

This commit is contained in:
Alexis Saettler
2025-01-29 10:47:16 +01:00
committed by GitHub
parent 0400350b4f
commit 2e083767db
250 changed files with 3166 additions and 2895 deletions
+3 -1
View File
@@ -20,7 +20,7 @@ class ModuleRowField extends Model
/**
* The attributes that are mass assignable.
*
* @var array<int,string>
* @var list<string>
*/
protected $fillable = [
'module_row_id',
@@ -41,6 +41,8 @@ class ModuleRowField extends Model
/**
* Get the module row associated with the module.
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo<\App\Models\ModuleRow, $this>
*/
public function row(): BelongsTo
{