File manager - Edit - /var/www/html/spdc/api/app/Models/FamilyPet.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Concerns\HasUlids; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class FamilyPet extends Model { use HasFactory; use HasUlids; protected $table = 'family_pets'; protected $fillable = [ 'name', 'breed', 'is_sheltered', ]; public function family() { return $this->belongsTo(ShelterFamily::class, 'shelter_family_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.24 |
proxy
|
phpinfo
|
Settings