1 | <?php |
||
2 | |||
3 | namespace Staudenmeir\EloquentJsonRelations\Relations\Postgres; |
||
4 | |||
5 | use Illuminate\Database\Eloquent\Relations\HasOne as Base; |
||
6 | |||
7 | class HasOne extends Base |
||
8 | { |
||
9 | use HasOneOrMany; |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
10 | } |
||
11 |