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

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Review extends Model
{
    protected $fillable = ['photo','title','subtitle','details'];
    public $timestamps = false;
}