File manager - Edit - /var/www/html/portalHomolog/app/Models/DefesaCivil/SobreavisoCemaden.php
Back
<?php namespace App\Models\DefesaCivil; use Illuminate\Database\Eloquent\Model; class SobreavisoCemaden extends Model { protected $connection = 'mysql_defesacivil'; protected $table = 'sobreavisos_cemaden'; protected $fillable = [ 'nome', ]; public function boletins(): \Illuminate\Database\Eloquent\Relations\HasMany { return $this->hasMany(BoletimMeteorologico::class, 'sobreaviso_cemaden_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings