File manager - Edit - /var/www/html/homologBancodetalentos/app/Http/Controllers/Web/TalentBank/Concerns/NotifiesResumeUpdates.php
Back
<?php namespace App\Http\Controllers\Web\TalentBank\Concerns; use App\Http\Services\TalentBank\NotificationService; use App\Models\TalentBank\Candidate; trait NotifiesResumeUpdates { protected function notifyResumeUpdatedIfApplied(Candidate $candidate): void { if (! $candidate->jobListings()->exists()) { return; } app(NotificationService::class)->notifyResumeUpdatedAfterApplication($candidate); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings