Passed
Push — master ( 20b05e...d7b7e3 )
by Key
06:03 queued 01:20
created
src/Notifications/NewDevice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         $loginAt = $loginAt->setTimezone('UTC');
52 52
 
53 53
         return (new MailMessage)
54
-            ->subject(trans('authentication-log::new_device.subject', ['app' => config('app.name')]))
54
+            ->subject(trans('authentication-log::new_device.subject', [ 'app' => config('app.name') ]))
55 55
             ->markdown('authentication-log::emails.new_device', [
56 56
                 'account' => $notifiable,
57 57
                 'loginAt' => $loginAt.' UTC',
Please login to merge, or discard this patch.