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
@@ -16,7 +16,7 @@ class PostTemplateSection extends Model
/**
* The attributes that are mass assignable.
*
* @var array<int,string>
* @var list<string>
*/
protected $fillable = [
'post_template_id',
@@ -37,6 +37,8 @@ class PostTemplateSection extends Model
/**
* Get the post type associated with the post type section.
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo<\App\Models\PostTemplate, $this>
*/
public function postTemplate(): BelongsTo
{