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