update sidebar

This commit is contained in:
2026-04-12 03:06:12 -05:00
parent b6b7f0e3bb
commit 20a0c679c0
3 changed files with 14 additions and 2 deletions

View File

@@ -119,4 +119,8 @@ class User extends Authenticatable
'approval' => 'Approved',
])->count();
}
public function getAvatar() {
return $this->avatar;
}
}