|
@@ -45,7 +45,7 @@ |
|
|
block discarded – undo |
|
45
|
45
|
// Log::channel('cust')->info('New Customer - '.$request->name.' created by '.Auth::user()->full_name); |
|
46
|
46
|
|
|
47
|
47
|
event(new NewCustomerCreated($newCust)); |
|
48
|
|
- return redirect(route('customers.show',$newCust->slug))->with(['message' => 'New Customer Created', 'type' => 'success']); |
|
|
48
|
+ return redirect(route('customers.show', $newCust->slug))->with(['message' => 'New Customer Created', 'type' => 'success']); |
|
49
|
49
|
} |
|
50
|
50
|
|
|
51
|
51
|
/** |
Please login to merge, or discard this patch.