File manager - Edit - /var/www/payraty/hris-standalone/app/Models/Designation.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Designation extends Model { protected $fillable = [ 'branch_id','department_id','name','created_by' ]; public function branch(){ return $this->hasOne('App\Models\Branch','id','branch_id'); } public function department(){ return $this->hasOne('App\Models\Department','id','department_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings