/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/FaqInstructor.php (713B)
getTranslatableAttributes() as $name) {
$attributes[$name] = $this->getTranslation($name, app()->getLocale());
}
return $attributes;
}
protected $table = 'faq_instructors';
protected $fillable = [
'category_id', 'title', 'details', 'status',
];
}