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

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Seotool extends Model
{
    protected $fillable = ['google_analytics','meta_keys'];
    public $timestamps = false;
}