@@ -56,18 +56,18 @@ |
||
| 56 | 56 | */ |
| 57 | 57 | public function register() |
| 58 | 58 | { |
| 59 | - $this->app->singleton('amocrm', function (Container $app) { |
|
| 59 | + $this->app->singleton('amocrm', function(Container $app) { |
|
| 60 | 60 | $config = $app['config']; |
| 61 | 61 | return new AmoCrmManager($config); |
| 62 | 62 | }); |
| 63 | 63 | |
| 64 | - $this->app->singleton('amocrm.fields', function (Container $app) { |
|
| 64 | + $this->app->singleton('amocrm.fields', function(Container $app) { |
|
| 65 | 65 | $manager = $app['amocrm']; |
| 66 | 66 | |
| 67 | 67 | return $manager->getFields(); |
| 68 | 68 | }); |
| 69 | 69 | |
| 70 | - $this->app->singleton('amocrm.b2bfamily', function (Container $app) { |
|
| 70 | + $this->app->singleton('amocrm.b2bfamily', function(Container $app) { |
|
| 71 | 71 | $manager = $app['amocrm']; |
| 72 | 72 | |
| 73 | 73 | return $manager->getB2BFamily(); |