Update packages

This commit is contained in:
DariusIII
2023-12-28 20:57:39 +01:00
parent e796d4800b
commit 9a8e58482f
60 changed files with 160 additions and 163 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
*
* @property int $videos_id FK to videos.id of the parent title.
* @property string $title AKA of the video.
* @property-read \App\Models\Video $video
* @property-read Video $video
*
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\VideoAlias whereTitle($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\VideoAlias whereVideosId($value)