Skip to content

Commit e217f9a

Browse files
committed
Fix typo
1 parent 8c05eb4 commit e217f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This trait allows you to get all children of the model.
5353
5454
```php
5555

56-
use LaravelReady\ModelSupport\Traits\Sluggable;
56+
use LaravelReady\ModelSupport\Traits\ParentChild;
5757
...
5858

5959
$model->parent(); // will return parent model
@@ -70,7 +70,7 @@ This trait allows you to get active/inactive status models.
7070

7171
```php
7272

73-
use LaravelReady\ModelSupport\Traits\Sluggable;
73+
use LaravelReady\ModelSupport\Traits\HasActive;
7474
...
7575

7676
$model->status(true|false); // will return $query->where('active', $status);

0 commit comments

Comments
 (0)