Файловый менеджер - Редактировать - /var/www/vhosts/aviointeriors.dev1.mndrn.cloud/app/Models/Rating.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\BelongsTo; class Rating extends Model { public $table = 'ratings'; public $primaryKey = 'id'; protected $fillable = [ 'user_id', 'rate', 'type', 'company_id' ]; public function latest($column = 'updated_at') { return $this->orderBy($column, 'desc'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.5 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка