/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/CourseText.php (680B)
getTranslatableAttributes() as $name) {
$attributes[$name] = $this->getTranslation($name, app()->getLocale());
}
return $attributes;
}
protected $table = 'course_texts';
protected $fillable = [ 'heading', 'sub_heading' ];
}