Passed
Push — dev5 ( 5191cd...e66ef8 )
by Ron
06:18
created
app/Http/Controllers/Customers/CustomerDetailsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
         Log::debug('Route '.Route::currentRouteName().' visited by User ID-'.Auth::user()->user_id);
66 66
         Log::notice('New Customer ID-'.$request->custID.' created by User ID-'.Auth::user()->user_id);
67 67
 
68
-        return response()->json(['success' => true ]);
68
+        return response()->json(['success' => true]);
69 69
     }
70 70
 
71 71
     //  Show the customer details
Please login to merge, or discard this patch.