staudenmeir /
eloquent-json-relations
| 1 | <?php |
||
| 2 | |||
| 3 | namespace Staudenmeir\EloquentJsonRelations\Relations\Postgres; |
||
| 4 | |||
| 5 | use Illuminate\Database\Eloquent\Relations\HasMany as Base; |
||
| 6 | |||
| 7 | class HasMany extends Base |
||
| 8 | { |
||
| 9 | use HasOneOrMany; |
||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||
| 10 | } |
||
| 11 |