Passed
Push — main ( 5b496d...7aaabf )
by PRATIK
20:44 queued 10:24
created
src/Providers/NepalidateServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function register()
14 14
     {
15 15
         // Register the main class to use with the facade
16
-        $this->app->singleton('nepalidate', function () {
16
+        $this->app->singleton('nepalidate', function() {
17 17
             return new NepaliDate;
18 18
         });
19 19
     }
Please login to merge, or discard this patch.