<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class PreventiveHealthForm extends Model { protected $table = 'preventive_health_forms'; protected $guarded = []; }