Snipe-IT
Open Source Asset Management
FEATURES
DEMO
DOWNLOAD
DOCUMENTATION
HOSTED SOLUTION
SUPPORT
Intro
Namespaces
Classes
Files
Misc
All
Classes
Namespaces
Files
Functions
Variables
Pages
×
Search Results
snipe-it
app
Http
Middleware
EncryptCookies.php
Go to the documentation of this file.
1
<?php
2
3
namespace
App\Http\Middleware
;
4
5
use Illuminate\Cookie\Middleware\EncryptCookies as BaseEncrypter;
6
7
class
EncryptCookies
extends
BaseEncrypter
8
{
14
protected
$except
= [
15
//
16
];
17
}
App\Http\Middleware
Definition:
Authenticate.php:3
App\Http\Middleware\EncryptCookies
Definition:
EncryptCookies.php:7
App\Http\Middleware\EncryptCookies\$except
$except
Definition:
EncryptCookies.php:14