GORAZIZYAN98

Results 1 comments of GORAZIZYAN98

@Shi974 hey! this is my working example In model Game wich hast morph relation like ``` public function translations() { return $this->morphMany(Translation::class, 'translatable'); } protected $searchable = [ 'columns' =>...