We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c05eb4 commit e217f9aCopy full SHA for e217f9a
README.md
@@ -53,7 +53,7 @@ This trait allows you to get all children of the model.
53
54
```php
55
56
-use LaravelReady\ModelSupport\Traits\Sluggable;
+use LaravelReady\ModelSupport\Traits\ParentChild;
57
...
58
59
$model->parent(); // will return parent model
@@ -70,7 +70,7 @@ This trait allows you to get active/inactive status models.
70
71
72
73
+use LaravelReady\ModelSupport\Traits\HasActive;
74
75
76
$model->status(true|false); // will return $query->where('active', $status);
0 commit comments