Two month of work

This commit is contained in:
2026-02-17 10:35:03 +01:00
parent 0ffbeeedff
commit d9fd3d1ccb
158 changed files with 5637 additions and 1512 deletions
+2
View File
@@ -22,6 +22,8 @@ public function user()
return $this->belongsTo(User::class);
}
// Polymorphic relationship to the notable model (e.g., Lead, Contact, PipelineItem, etc.)
// https://laravel.com/docs/12.x/eloquent-relationships#one-to-many-polymorphic-relations
public function notable()
{
return $this->morphTo();