@@ -69,7 +69,7 @@ |
||
| 69 | 69 | */ |
| 70 | 70 | public function register() |
| 71 | 71 | { |
| 72 | - $this->app->bindShared('setting', function () { |
|
| 72 | + $this->app->bindShared('setting', function() { |
|
| 73 | 73 | return new Repository(new SettingModel()); |
| 74 | 74 | }); |
| 75 | 75 | } |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | */ |
| 64 | 64 | public function map(Router $router) |
| 65 | 65 | { |
| 66 | - $router->group(['namespace' => $this->namespace], function (Router $router) { |
|
| 66 | + $router->group(['namespace' => $this->namespace], function(Router $router) { |
|
| 67 | 67 | foreach (glob(app_path('Http//Routes').'/*.php') as $file) { |
| 68 | 68 | $this->app->make('Gitamin\\Http\\Routes\\'.basename($file, '.php'))->map($router); |
| 69 | 69 | } |