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