Removed serialize duplicate

This commit is contained in:
snipe 2019-08-14 22:22:50 -07:00
parent 756361584a
commit 6db915b7f0

View file

@ -7,9 +7,6 @@ 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.
*