<?php namespace App\Models; class SectionTemplateCustomItem extends Model { protected $table = 'section_template_custom_item'; }