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