Passed
Branch main (e697b9)
by Oancea
07:35
created
Category
src/WebAlertServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     public function register()
20 20
     {
21
-        $this->app->singleton('webalert', function(){
21
+        $this->app->singleton('webalert', function() {
22 22
 
23 23
             return new WebAlert($this->apikey);
24 24
         });
Please login to merge, or discard this patch.