@@ -37,7 +37,7 @@ |
||
| 37 | 37 | */ |
| 38 | 38 | public function map(Router $router) |
| 39 | 39 | { |
| 40 | - $router->group(['namespace' => $this->namespace], function ($router) { |
|
| 40 | + $router->group(['namespace' => $this->namespace], function($router) { |
|
| 41 | 41 | require app_path('Http/routes.php'); |
| 42 | 42 | }); |
| 43 | 43 | } |
@@ -39,8 +39,8 @@ |
||
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | - * Get info about the install |
|
| 43 | - */ |
|
| 42 | + * Get info about the install |
|
| 43 | + */ |
|
| 44 | 44 | public function get_info() { |
| 45 | 45 | $schema = DB::select('SELECT `version` FROM `dbSchema` LIMIT 1'); |
| 46 | 46 | $versions['git'] = `git rev-parse --short HEAD`; |