add contry code in indexation, Serialize types, prepare #0025746
<?phpnamespaceCorpusParole\Http\Middleware;useIlluminate\Cookie\Middleware\EncryptCookiesasBaseEncrypter;classEncryptCookiesextendsBaseEncrypter{/** * The names of the cookies that should not be encrypted. * * @var array */protected$except=[//];}