In my Laravel-5.8 application, I have two models as shown below:
class AppraisalRespondent extends Model { protected $table = \'appraisal_respondents\';