Passed
Push — main ( be1355...6c0d46 )
by PRATIK
02:24 queued 12s
created
src/Providers/NepalidateServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     {
19 19
         if ($this->app->runningInConsole()) {
20 20
             $this->publishes([
21
-                __DIR__ . '/../../config/nepalidate.php' => config_path('nepalidate.php'),
21
+                __DIR__.'/../../config/nepalidate.php' => config_path('nepalidate.php'),
22 22
             ], 'nepalidate-config');
23 23
         }
24 24
     }
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     public function register()
30 30
     {
31 31
         // Register the main class to use with the facade
32
-        $this->app->singleton('nepalidate', function () {
32
+        $this->app->singleton('nepalidate', function() {
33 33
             return new NepaliDate;
34 34
         });
35 35
     }
Please login to merge, or discard this patch.