Passed
Branch 1.3.x (6ca71d)
by Abdullah
02:50
created
src/PhpTimeZoneServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function register()
19 19
     {
20 20
         $this->mergeConfigFrom(__DIR__.'/config/config.php', 'Timezone');
21
-        $this->app->bind('TimeZoneService', function () {
21
+        $this->app->bind('TimeZoneService', function() {
22 22
             return new TimeZoneService();
23 23
         });
24 24
     }
Please login to merge, or discard this patch.