Test Failed
Push — master ( 981a13...9d8680 )
by sinan
01:55
created
microservices/application/product_management/src/App/Core/App.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
             $this->getMethod();
56 56
             $this->getParams();
57 57
         } catch (Exception $ex) {
58
-           Redirect::to(404, $this->_pnf, Input::get("url"));
58
+            Redirect::to(404, $this->_pnf, Input::get("url"));
59 59
         }
60 60
     }
61 61
 
Please login to merge, or discard this patch.