You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,6 @@ public array $matrix = [
177
177
];
178
178
```
179
179
180
-
181
180
### Assign Permissions to a User
182
181
183
182
Permissions can also be assigned directly to a user, regardless of what groups they belong to. This is done programatically on the `User` Entity.
@@ -253,8 +252,6 @@ if ($user->inGroup('admin', 'beta')) {
253
252
}
254
253
```
255
254
256
-
257
-
258
255
## Managing Users
259
256
260
257
Shield uses a more complex user setup than many other systems, separating [User Identities](concepts.md#identities) from the user accounts themselves. This quick overview should help you feel more confident when working with users on a day-to-day basis.
0 commit comments