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