Passed
Pull Request — master (#2)
by
unknown
03:11
created
src/Http/Controllers/DashboardApelController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
                 'type'          => 'failed',
99 99
             ]);
100 100
 
101
-        }else{
101
+        } else{
102 102
             $data = $this->dashboard-apel->create($request->all());
103 103
 
104 104
             return response()->json([
Please login to merge, or discard this patch.