Completed
Branch master (faa857)
by refat
04:32
created
App/Middleware/Admin/RedirectMiddleware.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,13 +10,13 @@
 block discarded – undo
10 10
     public function handle()
11 11
     {
12 12
 
13
-       if (! $this->session->has('error') || $this->session->get('error') != true) {
13
+        if (! $this->session->has('error') || $this->session->get('error') != true) {
14 14
            
15 15
             $this->url->redirectTo('/');
16 16
 
17
-       } else {
17
+        } else {
18 18
 
19
-           $this->session->remove('error');
20
-       }
19
+            $this->session->remove('error');
20
+        }
21 21
     }
22 22
 }
23 23
\ No newline at end of file
Please login to merge, or discard this patch.