rework transcript component to correct various bugs
<?phpnamespaceCorpusParole\Models;useIlluminate\Database\Eloquent\Model;classGeonamesHierarchyextendsModel{/** * The attributes that should be casted to native types. * * @var array */protected$casts=['hierarchy'=>'array',];}