MCPcopy Create free account
hub / github.com/CoderOpen/waimai / EncryptCookies

Class EncryptCookies

app/Http/Middleware/EncryptCookies.php:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5use Illuminate\Cookie\Middleware\EncryptCookies as Middleware;
6
7class EncryptCookies extends Middleware
8{
9 /**
10 * The names of the cookies that should not be encrypted.
11 *
12 * @var array
13 */
14 protected $except = [
15 //
16 ];
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected