Passed
Branch master (e8f741)
by Neerav
04:39
created
Category
src/TextlocalChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function send($notifiable, Notification $notification)
23 23
     {
24
-        if (! $to = $notifiable->routeNotificationFor('textlocal')) {
24
+        if (!$to = $notifiable->routeNotificationFor('textlocal')) {
25 25
             return;
26 26
         }
27 27
 
Please login to merge, or discard this patch.