correction on importRDF documents + evolution theme controller
<?phpnamespaceCorpusParole\Models;useIlluminate\Database\Eloquent\Model;classGeonamesHierarchyextendsModel{/** * The attributes that should be casted to native types. * * @var array */protected$casts=['hierarchy'=>'array',];}