Passed
Pull Request — master (#36)
by Key
04:34
created
src/Notifications/NewDevice.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,10 +50,10 @@
 block discarded – undo
50 50
         $loginAt = $this->authenticationLog->login_at;
51 51
         $loginAt = $loginAt->setTimezone('UTC');
52 52
         return (new MailMessage)
53
-            ->subject(trans('authentication-log::new_device.subject', ['app' => config('app.name')]))
53
+            ->subject(trans('authentication-log::new_device.subject', [ 'app' => config('app.name') ]))
54 54
             ->markdown('authentication-log::emails.new_device', [
55 55
                 'account' => $notifiable,
56
-                'loginAt' => $loginAt . ' UTC',
56
+                'loginAt' => $loginAt.' UTC',
57 57
                 'ipAddress' => $this->authenticationLog->ip_address,
58 58
                 'browser' => $this->authenticationLog->user_agent,
59 59
             ])
Please login to merge, or discard this patch.