Latest pint fixes

This commit is contained in:
DariusIII
2026-03-11 10:11:30 +01:00
parent 91361345ed
commit 4bca02f103
169 changed files with 754 additions and 480 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class VideoAlias extends Model
protected $guarded = [];
/**
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo<\App\Models\Video, $this>
* @return BelongsTo<Video, $this>
*/
public function video(): BelongsTo
{