🆙 More fixes 🆙

This commit is contained in:
Remco
2026-01-19 20:51:21 +01:00
parent 93d3067306
commit 9ed12c2b1c
3 changed files with 9 additions and 1 deletions
@@ -10,6 +10,9 @@ class WebsiteMaintenanceTask extends Model
{
protected $guarded = [];
/**
* @return BelongsTo<User, $this>
*/
public function user(): BelongsTo
{
return $this->belongsTo(User::class);