@@ -18,7 +18,7 @@ discard block |
||
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 |
||
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 | } |