mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Removed serialize duplicate
This commit is contained in:
parent
756361584a
commit
6db915b7f0
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue