Passed
Push — feature/screen-candidates-emai... ( 13d7df )
by Yonathan
07:07 queued 02:02
created
app/Mail/ScreenCandidatesPrompt.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     {
40 40
         $position = $this->data['position'];
41 41
         $classification = $this->data['classification'];
42
-        $subject = Lang::get('common/notifications/screen_candidates.subject', [ 'position' => $position['en'], 'classification' => $classification ]) . '/ ' . Lang::get('common/notifications/screen_candidates.subject', [ 'position' => $position['en'], 'classification' => $classification ]);
42
+        $subject = Lang::get('common/notifications/screen_candidates.subject', ['position' => $position['en'], 'classification' => $classification]) . '/ ' . Lang::get('common/notifications/screen_candidates.subject', ['position' => $position['en'], 'classification' => $classification]);
43 43
 
44 44
         return $this->subject($subject)
45 45
                     ->cc($this->data['hr_advisors_emails'])
Please login to merge, or discard this patch.