Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/app/Models/Country.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Country extends Model { use HasFactory; public static function getAllDecendingOrder(){ return Country::select('id','name')->orderBy('name','asc')->get(); } /** * Get all of the comments for the Country * * @return \Illuminate\Database\Eloquent\Relations\HasMany */ public function properties() { return $this->hasMany(Property::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка