Файловый менеджер - Редактировать - /home/easybachat/makranacity.com/app/Models/Location/City.php
Ðазад
<?php namespace App\Models\Location; use App\Models\Listing\ListingContent; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class City extends Model { use HasFactory; protected $fillable = [ 'language_id', 'country_id', 'feature_image', 'state_id', 'name' ]; public function country() { return $this->belongsTo(Country::class, 'country_id'); } public function state() { return $this->belongsTo(State::class, 'state_id'); } public function listing_city() { return $this->hasMany(ListingContent::class, 'city_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.2 |
proxy
|
phpinfo
|
ÐаÑтройка