FIX_Mistake

This commit is contained in:
sanjeev.p 2025-12-18 17:53:41 +05:30
parent 464b394231
commit f3af0acc5e

View File

@ -7,7 +7,7 @@ use CodeIgniter\Model;
class FAQModel extends Model
{
protected $table = 'partner_faq';
protected $table = 'faq';
protected $primaryKey = 'id';
protected $allowedFields = [
'id',