@@ -18,11 +18,11 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | class Module |
| 20 | 20 | { |
| 21 | - /** |
|
| 22 | - * Loads module specific configuration. |
|
| 23 | - * |
|
| 24 | - * @return array |
|
| 25 | - */ |
|
| 21 | + /** |
|
| 22 | + * Loads module specific configuration. |
|
| 23 | + * |
|
| 24 | + * @return array |
|
| 25 | + */ |
|
| 26 | 26 | public function getConfig() |
| 27 | 27 | { |
| 28 | 28 | return include __DIR__ . '/config/module.config.php'; |