Skip to content

Commit

Permalink
Merge pull request #45 from leonelngande/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
antonkomarev authored Jul 30, 2019
2 parents f99bdc9 + 4899042 commit 8b78c2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Use case is not limited to User model, any Eloquent model could be banned: Organ

## Features

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

0 comments on commit 8b78c2f

Please sign in to comment.