File manager - Edit - /home/linknsbh/linkat.online/app/Models/User/HeroStatic.php
Back
<?php namespace App\Models\User; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class HeroStatic extends Model { use HasFactory; protected $table = "user_hero_statics"; protected $fillable = [ 'language_id', 'user_id', 'img', 'title', 'subtitle', 'btn_name', 'btn_url', 'hero_text', 'secound_btn_name', 'secound_btn_url', 'designation', 'lower_subtitle', 'toper_subtitle', 'img2', 'second_title', 'second_subtitle', 'img3', 'third_title', 'third_subtitle', 'third_btn_name', 'third_btn_url' ]; public function staticVersionLang() { return $this->belongsTo(Language::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.5 |
proxy
|
phpinfo
|
Settings