File manager - Edit - /var/www/html/pcadigital/api/app/Models/OccurrenceImage.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class OccurrenceImage extends Model { use HasFactory; protected $table = 'occurrence_images'; protected $fillable = ['image_url', 'name']; public function occurrence() { return $this->belongsTo(Occurrence::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings