Search Results

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 }