stock module latest today vadivel J 28-01-2025

This commit is contained in:
vadivelJ96 2025-01-28 17:17:15 +05:30
parent f8c19743ff
commit e6aacad3b7

View File

@ -6,7 +6,7 @@ use CodeIgniter\Model;
class PowerConsumptionSummaryModel extends Model
{
protected $table = 't_powerConsumptionSummary';
protected $table = 't_powerconsumptionsummary';
protected $primaryKey = 'id';
protected $allowedFields = [