@@ -45,7 +45,7 @@ |
||
45 | 45 | /** |
46 | 46 | * Returns the html for the "My account" download page. |
47 | 47 | * |
48 | - * @return \Illuminate\Contracts\View\View View for rendering the output |
|
48 | + * @return \Illuminate\Http\Response View for rendering the output |
|
49 | 49 | */ |
50 | 50 | public function downloadAction() |
51 | 51 | { |
@@ -18,13 +18,13 @@ |
||
18 | 18 | */ |
19 | 19 | class Shop extends \Illuminate\Support\Facades\Facade |
20 | 20 | { |
21 | - /** |
|
22 | - * Get the registered name of the component. |
|
23 | - * |
|
24 | - * @return string |
|
25 | - */ |
|
26 | - protected static function getFacadeAccessor() |
|
27 | - { |
|
28 | - return 'aimeos.shop'; |
|
29 | - } |
|
21 | + /** |
|
22 | + * Get the registered name of the component. |
|
23 | + * |
|
24 | + * @return string |
|
25 | + */ |
|
26 | + protected static function getFacadeAccessor() |
|
27 | + { |
|
28 | + return 'aimeos.shop'; |
|
29 | + } |
|
30 | 30 | } |