File "TempProductUrl.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/app/Models/TempProductUrl.php
File size: 215 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 TempProductUrl extends Model
{
use HasFactory;
protected $guarded = [];
}