X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/platform/plugins/contact/src/Models
home
/
gfecatvj
/
sites
/
realesbar
/
platform
/
plugins
/
contact
/
src
/
Models
/
📁
..
📄
Contact.php
(1.01 KB)
📄
ContactReply.php
(573 B)
Editing: ContactReply.php
<?php namespace Botble\Contact\Models; use Botble\Base\Models\BaseModel; class ContactReply extends BaseModel { /** * The database table used by the model. * * @var string */ protected $table = 'contact_replies'; /** * The date fields for the model.clear * * @var array */ protected $dates = [ 'created_at', 'updated_at', ]; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'message', 'contact_id', ]; }
Upload File
Create Folder