We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260f8d2 commit 9ffa7d4Copy full SHA for 9ffa7d4
README.md
@@ -35,17 +35,6 @@ composer require kirschbaum-development/eloquent-power-joins:2.*
35
36
## Usage
37
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
49
This package provides a few features.
50
51
### 1 - Join Relationship
0 commit comments