mirror of
https://github.com/robonen/metr.git
synced 2026-03-20 02:44:42 +00:00
Image uploading
This commit is contained in:
@@ -39,4 +39,9 @@ class User extends Authenticatable
|
||||
{
|
||||
return $this->hasMany(Feedback::class);
|
||||
}
|
||||
|
||||
public function offers()
|
||||
{
|
||||
return $this->hasMany(Offer::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user