Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/app/Models/PasswordReset.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use ESolution\DBEncryption\Traits\EncryptedAttribute; class PasswordReset extends Model { use HasFactory,EncryptedAttribute; public $table = 'password_resets'; protected $dates = [ 'created_at', ]; protected $fillable = [ 'email', 'token' ]; protected $encryptable = [ 'email', ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка