Passed
Push — master ( 29e01c...ffcf05 )
by Key
04:01 queued 10s
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
         /** @var Carbon $loginAt */
52 52
         $loginAt = $this->authenticationLog->login_at;
53 53
         $loginAt = $loginAt->setTimezone('UTC');
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
         if (gettype($subject) !== 'string') {
56 56
             throw new Exception('Translate subject error');
57 57
         }
Please login to merge, or discard this patch.