mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added cookie serialization for Laravel v5.6.30
This commit is contained in:
parent
3c23745508
commit
771265113e
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue