<?php namespace App\Modules\Trade\Models; use Illuminate\Database\Eloquent\Model; class NewUserChargeDayStatistic extends Model { protected $table = 'new_user_charge_day_statistic'; protected $guarded = [ ]; }