Файловый менеджер - Редактировать - /home/clickysoft/public_html/rgr.clickysoft.net/app/Models/ReferralPatient.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class ReferralPatient extends Model { use HasFactory; protected $fillable = [ 'first_name','last_name','email','phone','address','treatment_type','referral_notes','medical_history','file_name','date_of_birth','from_practice_id','to_practice_id','user_id','referring_dentist' ]; protected $casts = [ 'file_name' => 'array', ]; // protected $fillable = ['first_name','last_name','email','phone','address','treatment_type','referral_notes','medical_history','file_name','date_of_birth','from_practice_id','to_practice_id','user_id']; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка