File "Chat.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/app/Models/Chat.php
File size: 181 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Chat extends Model
{
use HasFactory;
}