Skip to content

Commit b4a9d82

Browse files
committed
docs: remove unneeded empty lines
1 parent 21af4f0 commit b4a9d82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/quickstart.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ public array $matrix = [
177177
];
178178
```
179179

180-
181180
### Assign Permissions to a User
182181

183182
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')) {
253252
}
254253
```
255254

256-
257-
258255
## Managing Users
259256

260257
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

Comments
 (0)