for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Staudenmeir\EloquentJsonRelations\Relations\Postgres;
use Illuminate\Database\Eloquent\Relations\HasOne as Base;
class HasOne extends Base
{
use HasOneOrMany;
Staudenmeir\EloquentJson...s\Postgres\HasOneOrMany
$from
Staudenmeir\EloquentJson...lations\Postgres\HasOne
}