first upload all files
This commit is contained in:
15
Modules/Product/Entities/SearchTerm.php
Normal file
15
Modules/Product/Entities/SearchTerm.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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 = [];
|
||||
}
|
||||
Reference in New Issue
Block a user