File manager - Edit - /var/www/payraty/hris-standalone/app/Models/Travel.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Travel extends Model { protected $table = 'travels'; protected $fillable = [ 'employee_id', 'start_date', 'end_date', 'purpose_of_visit', 'place_of_visit', 'description', 'created_by', ]; public function employee() { return $this->hasOne('App\Models\Employee', 'id', 'employee_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings