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\HasMany as Base;
class HasMany extends Base
{
use HasOneOrMany;
Staudenmeir\EloquentJson...s\Postgres\HasOneOrMany
$from
Staudenmeir\EloquentJson...ations\Postgres\HasMany
}