<?php namespace App\Models\Withdraw; use Illuminate\Database\Eloquent\Model; class ChannelWithDrawCash extends Model { protected $table = 'channel_withdraw_cashes'; protected $guarded = ['id']; }