Skip to content

Commit

Permalink
Fix typo in readme (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
77media-creations committed Jun 19, 2023
1 parent b1401ae commit 2fe95e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Bug reports, feature requests, and pull requests can be submitted by following o
- [Option 3 - `HasSettingsRedis` trait](#update_models_3)
- [Default Settings](#default_settings)
- [Usage](#usage)
- [Check id the settings for the entity is empty (exist)](#empty)
- [Check if the settings for the entity is empty (exist)](#empty)
- [Check settings (exist)](#exist)
- [Get all model's settings](#get_all)
- [Get a specific setting](#get)
Expand Down Expand Up @@ -183,7 +183,7 @@ class User extends Model
$user = App\User::first();
```

#### Check id the settings for the entity is empty <a name="empty"></a>
#### Check if the settings for the entity is empty <a name="empty"></a>
```php
$user->settings()->empty();
```
Expand Down

0 comments on commit 2fe95e4

Please sign in to comment.