EVOLUTION-NINJA
Edit File: exhibitionModel.php
<?php namespace App\Models; use CodeIgniter\Model; class exhibitionModel extends Model { protected $table ='exhibition'; protected $allowedFields = ['id','org_id','dr_id','logo','company_name','about_company','website','mail','contact_person','phone','products','trend_active','view_count','created_by','created_at','updated_at','updated_by']; } ?>