Current File : //proc/thread-self/root/proc/self/root/home/tradevaly/prioyshi.com/project/app/Models/Seotool.php
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

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