Passed
Push — master ( c055ee...d6eae1 )
by karam
02:43
created
src/Controllers/ApisGeneratorController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,6 +18,6 @@
 block discarded – undo
18 18
     public function create(ApisGeneratorRequest $request)
19 19
     {
20 20
         $this->generatorService->initialRequest($request)->generateApi();
21
-        return redirect()->route('apisGenerator.index')->with('session_success' , 'create new api successfully');
21
+        return redirect()->route('apisGenerator.index')->with('session_success', 'create new api successfully');
22 22
     }
23 23
 }
Please login to merge, or discard this patch.