File manager - Edit - /home/linknsbh/restawy.online/app/Models/Testimonial.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\BelongsTo; class Testimonial extends Model { public $timestamps = false; protected $fillable = [ 'language_id', 'image', 'comment', 'name', 'rank', 'rating', 'serial_number' ]; public function language(): BelongsTo { return $this->belongsTo(Language::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings