@@ -6,12 +6,12 @@ |
||
6 | 6 | |
7 | 7 | class EncryptCookies extends BaseEncrypter |
8 | 8 | { |
9 | - /** |
|
10 | - * The names of the cookies that should not be encrypted. |
|
11 | - * |
|
12 | - * @var array |
|
13 | - */ |
|
14 | - protected $except = [ |
|
15 | - // |
|
16 | - ]; |
|
9 | + /** |
|
10 | + * The names of the cookies that should not be encrypted. |
|
11 | + * |
|
12 | + * @var array |
|
13 | + */ |
|
14 | + protected $except = [ |
|
15 | + // |
|
16 | + ]; |
|
17 | 17 | } |