Skip to content

Commit 069f3ed

Browse files
committed
Fix camel case
1 parent f59e6df commit 069f3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Post extends Model {
5252

5353
#### Extensions
5454

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

5757
```php
5858
$user = User::first();

0 commit comments

Comments
 (0)