feat:动态权限

This commit is contained in:
JaguarJack
2022-12-10 18:29:42 +08:00
parent 8c537e6656
commit c4270a2fc8
46 changed files with 948 additions and 177 deletions

View File

@@ -89,7 +89,7 @@ class UserController extends Controller
public function online(Request $request)
{
/* @var Users $user */
$user = $this->getLoginUser();
$user = $this->getLoginUser()->withPermissions();
if ($request->isMethod('post')) {
return $user->updateBy($user->id, $request->all());