Completed
Push — master ( 83e22f...2f2c65 )
by dotzero
03:27
created
src/AmoCrmServiceProvider.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -56,18 +56,18 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.