<?php namespace App\Modules\Channel\Models; use Illuminate\Database\Eloquent\Model; class PayTemplate extends Model { protected $table = 'distribution_pay_template'; protected $fillable = ['distribution_channel_id','product_template_type']; }