x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 1b1851...ca855b )
by Antonio Carlos
02:46 queued 01:09
created
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function register()
35 35
     {
36
-        $this->app->singleton('pragmarx.google2fa', function ($app) {
36
+        $this->app->singleton('pragmarx.google2fa', function($app) {
37 37
             return $app->make(Google2FA::class);
38 38
         });
39 39
     }
Please login to merge, or discard this patch.