Skip to content

Commit 9ffa7d4

Browse files
committed
Removed trait PowerJoins set up
1 parent 260f8d2 commit 9ffa7d4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ composer require kirschbaum-development/eloquent-power-joins:2.*
3535

3636
## Usage
3737

38-
On any model you want to be able to use the methods described below, you should use the following trait:
39-
40-
```php
41-
use Kirschbaum\PowerJoins\PowerJoins;
42-
43-
class User extends Model
44-
{
45-
use PowerJoins;
46-
}
47-
```
48-
4938
This package provides a few features.
5039

5140
### 1 - Join Relationship

0 commit comments

Comments
 (0)