/home/thegtkjw/cresviafinancial.com/project__549d4a8/app/Models/Feature.php
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Feature extends Model
{
    protected $fillable = [ 'title', 'details', 'photo',];

    public $timestamps = false;
  
}