File manager - Edit - /var/www/html/gop/api/app/Models/Fiscal.php
Back
<?php namespace App\Models; class Fiscal extends BaseModel { protected $table = 'fiscais'; protected $fillable = [ 'cargo', 'prestador_id', ]; public function prestador() { return $this->belongsTo(Prestador::class); } public function obras() { return $this->hasMany(Obra::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings