Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
karir.star4hire.com
/
modules
/
Job
/
Events
✏️
Editing: EmployerChangeApplicantsStatus.php
<?php namespace Modules\Job\Events; use Illuminate\Queue\SerializesModels; class EmployerChangeApplicantsStatus { use SerializesModels; public $row; public function __construct($row) { $this->row = $row; } }
💾 Save Changes
❌ Cancel