/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/Testimonial.php (757B)
getTranslatableAttributes() as $name) {
$attributes[$name] = $this->getTranslation($name, app()->getLocale());
}
return $attributes;
}
public $timestamps = false;
protected $table = 'testimonials';
protected $fillable = [
'client_name','details','status','image', 'created_at', 'updated_at'
];
}