replace php-memcache by php-memcached, slight build improvement
<?phpnamespaceCorpusParole\Models;useIlluminate\Database\Eloquent\Model;classGeonamesHierarchyextendsModel{/** * The attributes that should be casted to native types. * * @var array */protected$casts=['hierarchy'=>'array',];}