File manager - Edit - /var/www/payraty/hris-standalone/app/Models/CompanyPolicy.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class CompanyPolicy extends Model { protected $fillable = [ 'branch', 'title', 'description', 'file', '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