Added cookie serialization for Laravel v5.6.30

This commit is contained in:
snipe 2018-08-21 22:40:14 -07:00
parent 3c23745508
commit 771265113e

View file

@ -6,6 +6,10 @@ use Illuminate\Cookie\Middleware\EncryptCookies as BaseEncrypter;
class EncryptCookies extends BaseEncrypter
{
protected static $serialize = true;
/**
* The names of the cookies that should not be encrypted.
*