Passed
Push — main ( a0c5c4...264634 )
by Mouhssine
04:08 queued 02:02
created
src/Http/Middleware/DomainCheckerMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
                     'url' => $request->getRequestUri(),
29 29
                     'agent' => $request->header('User-Agent'),
30 30
                 ];
31
-                $error_msg=config('domain-checker.error_message');
31
+                $error_msg = config('domain-checker.error_message');
32 32
                 Log::alert('------------------------------------------Domaine Checker------------------------------------------');
33 33
                 Log::alert('access_from_unauthorized_domain');
34 34
                 Log::alert($requestInfo);
Please login to merge, or discard this patch.
src/DomainCheckerServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     {
26 26
         $this->mergeConfigFrom(__DIR__ . '/config/domain-checker.php', 'domain-checker');
27 27
         $this->publishes([
28
-            __DIR__.'/config/domain-checker.php' => config_path('domain-checker.php')
28
+            __DIR__ . '/config/domain-checker.php' => config_path('domain-checker.php')
29 29
         ]);
30 30
     }
31 31
 }
Please login to merge, or discard this patch.