Skip to content

Commit 556f251

Browse files
authored
[Docs] Remove extra period (spatie#2841)
1 parent bfb824a commit 556f251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage/seeding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 2
77

88
You may discover that it is best to flush this package's cache **BEFORE seeding, to avoid cache conflict errors**.
99

10-
And if you use the `WithoutModelEvents` trait in your seeders, flush it **AFTER creating any roles/permissions as well, before assigning or granting them.**.
10+
And if you use the `WithoutModelEvents` trait in your seeders, flush it **AFTER creating any roles/permissions as well, before assigning or granting them**.
1111

1212
```php
1313
// reset cached roles and permissions

0 commit comments

Comments
 (0)