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