feat: worry box feature implemented
This commit is contained in:
@@ -16,4 +16,8 @@ public function mood()
|
||||
{
|
||||
return $this->belongsTo(Mood::class);
|
||||
}
|
||||
public function notes()
|
||||
{
|
||||
return $this->morphMany(Note::class, 'noteable');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user