File "Forum.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/app/Models/Forum.php
File size: 176 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 Forum extends Model
{
use HasFactory;
}