File "ChMessage.php"

Full Path: /home/bettaeza/flyinsyria.com/Models/ChMessage.php
File size: 188 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class ChMessage extends Model
{
    public $incrementing = false;
    protected $table = 'ch_messages';
}