Adapt theme query limit and offset and sorting order in fixtures
<?phpnamespaceCorpusParole\Http\Middleware;useIlluminate\Cookie\Middleware\EncryptCookiesasBaseEncrypter;classEncryptCookiesextendsBaseEncrypter{/** * The names of the cookies that should not be encrypted. * * @var array */protected$except=[//];}