feat(main): several improvements, home page updates
This commit is contained in:
@@ -71,6 +71,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
public function votes()
|
||||
{
|
||||
return $this->hasMany('App\Vote', 'userID', 'id');
|
||||
|
||||
}
|
||||
|
||||
public function profile()
|
||||
|
Reference in New Issue
Block a user