mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-07-14 09:01:42 -04:00
11 lines
161 B
PHP
11 lines
161 B
PHP
<?php
|
|
|
|
namespace Modules\GeneralSetting\Entities;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class VersionHistory extends Model
|
|
{
|
|
protected $fillable = [];
|
|
}
|