<?php namespace App\Models; # use Illuminate\Database\Eloquent\Model; class SectionTemplate extends Model { protected $table = 'section_template'; }