polishing
linter / quality (push) Failing after 1m2s
tests / ci (8.3) (push) Failing after 47s
tests / ci (8.4) (push) Failing after 1m5s
tests / ci (8.5) (push) Failing after 1m5s

This commit is contained in:
Daan Meijer
2026-06-22 15:21:27 +02:00
parent f3d5be6a80
commit 77c3e34d5b
10 changed files with 52 additions and 10 deletions
+4
View File
@@ -41,4 +41,8 @@ class Message extends Model
{
return $this->morphMany(Media::class, 'mediable');
}
public function getSubjectUrlAttribute(): string {
return $this->subject->url ?? '';
}
}