File manager - Edit - /var/www/payraty/hris-standalone/app/Models/JobApplication.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class JobApplication extends Model { protected $fillable = [ 'job', 'name', 'email', 'phone', 'profile', 'resume', 'cover_letter', 'dob', 'gender', 'address', 'country', 'state', 'city', 'zip_code', 'stage', 'order', 'skill', 'rating', 'is_archive', 'custom_question', 'created_by', ]; public function jobs() { return $this->hasOne('App\Models\Job', 'id', 'job'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings