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