mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-25 22:59:10 +00:00
add website structure
This commit is contained in:
17
site/server/app/Http/Middleware/EncryptCookies.php
Executable file
17
site/server/app/Http/Middleware/EncryptCookies.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Gwent\Http\Middleware;
|
||||
|
||||
use Illuminate\Cookie\Middleware\EncryptCookies as BaseEncrypter;
|
||||
|
||||
class EncryptCookies extends BaseEncrypter
|
||||
{
|
||||
/**
|
||||
* The names of the cookies that should not be encrypted.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $except = [
|
||||
//
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user