Completed
Branch master (930dd3)
by Marceau
03:00
created
src/Notifications/FreeMobileChannel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Akibatech\FreeMobileSms\Notifications;
4 4
 
5 5
 use Akibatech\FreeMobileSms\FreeMobileSms;
6
-use Akibatech\FreeMobileSms\Notifications\FreeMobileMessage;
7 6
 use Illuminate\Notifications\Notification;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
         $this->app->bind(FreeMobileSms::class, FreeMobileSms::class);
38 38
 
39
-        $this->app->singleton('freemobile', function ($app)
39
+        $this->app->singleton('freemobile', function($app)
40 40
         {
41 41
             return new FreeMobileSms();
42 42
         });
Please login to merge, or discard this patch.