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