Passed
Push — main ( 0414f4...058384 )
by Oancea
07:41 queued 05:38
created
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.