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