File manager - Edit - /var/www/payraty/hris-standalone/app/Models/ContractComment.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class ContractComment extends Model { protected $fillable = [ 'contract_id', 'user_id', 'comment', ]; public function employee() { return $this->hasOne('App\Models\User', 'id', 'user_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings