Skip to content

Commit

Permalink
Fix camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Jensen committed Mar 9, 2022
1 parent f59e6df commit 069f3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Post extends Model {

#### Extensions

The extensions shipped with this trait include; `archive`, `unArchive`, `WithArchived`, `withoutArchived`, `onlyArchived` and can be used accordingly:
The extensions shipped with this trait include; `archive`, `unArchive`, `withArchived`, `withoutArchived`, `onlyArchived` and can be used accordingly:

```php
$user = User::first();
Expand Down

0 comments on commit 069f3ed

Please sign in to comment.