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\HasManyThrough as Base;
class HasManyThrough extends Base
{
use HasOneOrManyThrough;
Staudenmeir\EloquentJson...res\HasOneOrManyThrough
$from
Staudenmeir\EloquentJson...Postgres\HasManyThrough
}