Skip to content

Commit

Permalink
Remove setVisible
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Jun 14, 2021
1 parent b1485c3 commit c917ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/CypressController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function login(Request $request)
return tap($user, function ($user) {
auth()->login($user);

$user->setHidden([])->setVisible([]);
$user->setHidden([]);
});
}

Expand Down

0 comments on commit c917ae6

Please sign in to comment.