RSM-78 Add OneSignal credential config and others

This commit is contained in:
2020-10-10 18:22:38 +01:00
parent 535b5c3fb1
commit 9b4bdefd81
8 changed files with 434 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ class NewApplicant extends Notification implements ShouldQueue
$attachment->title('Application details')
->fields([
'Applied for' => $vacancyDetails['name'],
'Avaiable positions' => $vacancyDetails['slots'],
'Available positions' => $vacancyDetails['slots'],
'Applicant' => $applicant,
])
->action('Review application', $url);