@@ -19,7 +19,7 @@ discard block |
||
| 19 | 19 | { |
| 20 | 20 | $this->publishes( |
| 21 | 21 | [ |
| 22 | - __DIR__ . '/config/config.php' => config_path('google2fa.php'), |
|
| 22 | + __DIR__.'/config/config.php' => config_path('google2fa.php'), |
|
| 23 | 23 | ] |
| 24 | 24 | ); |
| 25 | 25 | } |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | { |
| 45 | 45 | $this->app->register(EventServiceProvider::class); |
| 46 | 46 | $this->app->singleton( |
| 47 | - 'pragmarx.google2fa', static function ($app) { |
|
| 47 | + 'pragmarx.google2fa', static function($app) { |
|
| 48 | 48 | |
| 49 | 49 | return $app->make(Google2FA::class); |
| 50 | 50 | } |