🆙 More fixes 🆙

This commit is contained in:
Remco
2026-01-19 20:59:00 +01:00
parent f2ba190a47
commit 6c42ec0edd
10 changed files with 33 additions and 8 deletions
@@ -12,6 +12,9 @@ class UserSubscription extends Model
public $timestamps = false;
/**
* @return BelongsTo<User, $this>
*/
public function user(): BelongsTo
{
return $this->belongsTo(User::class);