Вход Регистрация
Файл: app/Models/Error.php
Строк: 15
<?php

declare(strict_types=1);

namespace 
AppModels;

/**
 * Class Error
 *
 * @property int id
 * @property int code
 * @property string request
 * @property string referer
 * @property int user_id
 * @property string message
 * @property string ip
 * @property string brow
 * @property int created_at
 */
class Error extends BaseModel
{
    
/**
     * Indicates if the model should be timestamped.
     */
    
public $timestamps false;

    
/**
     * The attributes that aren't mass assignable.
     */
    
protected $guarded = [];
}
Онлайн: 2
Реклама