File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Eloquent boolean & timestamp flagged attributes behavior. Enhance Eloquent Model
3434## Features
3535
3636- Designed to work with Laravel Eloquent models.
37- - Each model can has many flags.
37+ - Each model can have many flags.
3838- Each flag adds global query scopes to models.
3939- 2 logical groups of flags: ` Classic ` , ` Inverse ` .
4040- 2 types of flags: ` Boolean ` , ` Timestamp ` .
@@ -61,7 +61,7 @@ Eloquent boolean & timestamp flagged attributes behavior. Enhance Eloquent Model
6161| ` HasDraftedAt ` | Inverse | ` drafted_at ` | Timestamp | ` HasDraftedFlag ` |
6262| ` HasDraftedFlag ` | Inverse | ` is_drafted ` | Boolean | ` HasDraftedAt ` |
6363| ` HasEndedAt ` | Inverse | ` ended_at ` | Timestamp | ` HasEndedFlag ` |
64- | ` HasEndededFlag ` | Inverse | ` is_ended ` | Boolean | ` HasEndedAt ` |
64+ | ` HasEndedFlag ` | Inverse | ` is_ended ` | Boolean | ` HasEndedAt ` |
6565| ` HasExpiredAt ` | Inverse | ` expired_at ` | Timestamp | ` HasExpiredFlag ` |
6666| ` HasExpiredFlag ` | Inverse | ` is_expired ` | Boolean | ` HasExpiredAt ` |
6767| ` HasInvitedAt ` | Classic | ` invited_at ` | Timestamp | ` HasInvitedFlag ` |
You can’t perform that action at this time.
0 commit comments