Completed
Pull Request — master (#30)
by Manuel
05:30
created
app/Http/Middleware/EncryptCookies.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.