fieldSearchable = config('renfos.timesheet.column.model.search'); } /** * Specify Model class name. * * @return string */ public function model() { return config('renfos.timesheet.column.model.model'); } }