File manager - Edit - /var/www/html/portal/app/Models/IndicadoresTi/Setor.php
Back
<?php namespace App\Models\IndicadoresTi; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\HasMany; class Setor extends Model { protected $table = 'setores_ti'; protected $fillable = [ 'nome', ]; public function assuntos(): HasMany { return $this->hasMany(Assunto::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.09 |
proxy
|
phpinfo
|
Settings