<?php
namespace Modules\Product\Entities;
use Modules\Support\Eloquent\Model;
class SearchTerm extends Model
{
/**
* The attributes that aren't mass assignable.
*
* @var array
*/
protected $guarded = [];
}