Файловый менеджер - Редактировать - /home/easybachat/makranacity.com/app/Models/ListingCategory.php
Ðазад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use App\Models\Listing\ListingContent; class ListingCategory extends Model { use HasFactory; protected $fillable = [ 'id', 'language_id', 'name', 'slug', 'serial_number', 'status', 'icon' ]; public function listing_contents() { return $this->hasMany(ListingContent::class, 'category_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка