RSM-81 Fix issues with Options provider

This commit is contained in:
2020-10-09 23:55:46 +01:00
parent b2adcee51e
commit 2a43e213f9
5 changed files with 21 additions and 3 deletions

View File

@@ -26,7 +26,8 @@ class NewApplicant extends Notification implements ShouldQueue
/**
* Create a new notification instance.
*
* @return void
* @param Application $application
* @param Vacancy $vacancy
*/
public function __construct(Application $application, Vacancy $vacancy)
{