Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/app/Models/LunchPaymentLog.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class LunchPaymentLog extends Model { protected $table = 'lunch_payment_logs'; protected $fillable = [ 'user_id', 'order_id', 'name_on_card', 'response_code', 'transaction_id', 'auth_id', 'message_code' ]; public function order() { return $this->belongsTo(LunchOrder::class, 'order_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка