@@ -29,12 +29,12 @@ |
||
29 | 29 | class RedirectToDefaultAppResponse extends RedirectResponse { |
30 | 30 | |
31 | 31 | |
32 | - /** |
|
33 | - * Creates a response that redirects to the default app |
|
34 | - * @since 16.0.0 |
|
35 | - */ |
|
36 | - public function __construct() { |
|
37 | - parent::__construct(\OC_Util::getDefaultPageUrl()); |
|
38 | - } |
|
32 | + /** |
|
33 | + * Creates a response that redirects to the default app |
|
34 | + * @since 16.0.0 |
|
35 | + */ |
|
36 | + public function __construct() { |
|
37 | + parent::__construct(\OC_Util::getDefaultPageUrl()); |
|
38 | + } |
|
39 | 39 | |
40 | 40 | } |