File manager - Edit - /var/www/html/spdc/api/app/Models/ShelterCommonArea.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Concerns\HasUuids; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use function PHPSTORM_META\map; class ShelterCommonArea extends Model { use HasFactory; use HasUuids; protected $table = 'shelter_common_areas'; protected $fillable = [ 'name', 'type', 'length', 'width', 'total_area', 'observation' ]; public function shelter() { return $this->belongsTo(Shelter::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings