@@ -22,7 +22,7 @@ |
||
22 | 22 | /** |
23 | 23 | * Show the application dashboard. |
24 | 24 | * |
25 | - * @return \Illuminate\Http\Response |
|
25 | + * @return \Illuminate\Http\RedirectResponse |
|
26 | 26 | */ |
27 | 27 | public function index() |
28 | 28 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | /** |
51 | 51 | * Save the customer. |
52 | 52 | * |
53 | - * @return \Illuminate\Http\Response |
|
53 | + * @return \Illuminate\Http\RedirectResponse |
|
54 | 54 | */ |
55 | 55 | public function registerCustomer(Request $request) |
56 | 56 | { |