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

declare(strict_types=1);

namespace 
AppModels;

/**
 * Class Counter
 *
 * @property int id
 * @property string period
 * @property int allhosts
 * @property int allhits
 * @property int dayhosts
 * @property int dayhits
 * @property int hosts24
 * @property int hits24
 */
class Counter extends BaseModel
{
    
/**
     * Indicates if the model should be timestamped.
     */
    
public $timestamps false;

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