Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/Modules/Tax/app/Models/TaxTranslation.php
Назад
<?php namespace Modules\Tax\app\Models; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\BelongsTo; use Illuminate\Database\Eloquent\Factories\HasFactory; class TaxTranslation extends Model { use HasFactory; /** * The attributes that are mass assignable. */ protected $fillable = [ 'blog_id', 'lang_code', 'title', ]; public function tax(): ?BelongsTo { return $this->belongsTo(Tax::class, 'tax_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка