hasMany('App\Models\PredbHash', 'predb_id'); } public function release() { return $this->hasMany('App\Models\Release', 'predb_id'); } }