@@ -26,7 +26,7 @@ |
||
26 | 26 | /** |
27 | 27 | * Show the application welcome screen to the user. |
28 | 28 | * |
29 | - * @return Response |
|
29 | + * @return \Illuminate\View\View |
|
30 | 30 | */ |
31 | 31 | public function index() |
32 | 32 | { |
@@ -26,7 +26,7 @@ |
||
26 | 26 | /** |
27 | 27 | * Show the application welcome screen to the user. |
28 | 28 | * |
29 | - * @return Response |
|
29 | + * @return \Illuminate\View\View |
|
30 | 30 | */ |
31 | 31 | public function index() |
32 | 32 | { |