File manager - Edit - /var/www/payraty/hris-standalone/app/Models/JobOnBoard.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class JobOnBoard extends Model { protected $fillable = [ 'application', 'joining_date', 'job_type', 'days_of_week', 'salary', 'salary_type', 'salary_duration', 'status', 'convert_to_employee', 'created_by', 'created_at', 'updated_at', ]; public function applications() { return $this->hasOne('App\Models\JobApplication', 'id', 'application'); } public static $status = [ '' => 'Select Status', 'pending' => 'Pending', 'cancel' => 'Cancel', 'confirm' => 'Confirm', ]; public static $job_type = [ '' => 'Select Job Type', 'full time' => 'Full Time', 'part time' => 'Part Time', ]; public static $salary_duration = [ '' => 'Select Salary Duration', 'monthly' => 'Monthly', 'weekly' => 'Weekly', ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings