@@ -13,7 +13,7 @@ |
||
| 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 | } |