update sidebar
This commit is contained in:
@@ -119,4 +119,8 @@ class User extends Authenticatable
|
||||
'approval' => 'Approved',
|
||||
])->count();
|
||||
}
|
||||
|
||||
public function getAvatar() {
|
||||
return $this->avatar;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user