Skip to content

Commit 8b78c2f

Browse files
authored
Merge pull request #45 from leonelngande/patch-1
Update README.md
2 parents f99bdc9 + 4899042 commit 8b78c2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Use case is not limited to User model, any Eloquent model could be banned: Organ
4141

4242
## Features
4343

44-
- Model can has many bans.
45-
- Removed bans keeps in history as Soft deleted record.
46-
- Most part of the the logic is handled by the `BanService`.
44+
- Model can have many bans.
45+
- Removed bans kept in history as soft deleted records.
46+
- Most parts of the logic is handled by the `BanService`.
4747
- Has middleware to prevent banned user route access.
4848
- Use case is not limited to `User` model, any Eloquent model could be banned.
4949
- Events firing on models `ban` and `unban`.

0 commit comments

Comments
 (0)