<?php namespace App\Models; class Chat extends BaseModel { protected $table = 'chats'; protected $fillable = ['title', 'chat_id']; }