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