File manager - Edit - /var/www/payraty/hris-standalone/app/Models/InterviewSchedule.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class InterviewSchedule extends Model { protected $fillable = [ 'candidate', 'employee', 'date', 'time', 'comment', 'employee_response', 'created_by', ]; public function applications() { return $this->hasOne('App\Models\JobApplication','id','candidate'); } public function users() { return $this->hasOne('App\Models\User', 'id', 'employee'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings