mirror of
https://github.com/robonen/metr.git
synced 2026-03-20 10:54:41 +00:00
Offer filters and user feedback
This commit is contained in:
@@ -34,4 +34,9 @@ class User extends Authenticatable
|
||||
protected $hidden = [
|
||||
'password',
|
||||
];
|
||||
|
||||
public function feedback()
|
||||
{
|
||||
return $this->hasMany(Feedback::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user