Correct viaf resolver when there is no fr or en names
<?phpnamespaceCorpusParole\Models;useIlluminate\Database\Eloquent\Model;classGeonamesHierarchyextendsModel{/** * The attributes that should be casted to native types. * * @var array */protected$casts=['hierarchy'=>'array',];}