@@ -25,7 +25,7 @@ class ChapterOrder extends Model
'charge_balance',
'reward_balance'
];
- protected $table = 'chapter_order';
+ protected $table = 'chapter_orders';
public static function model(int $uid)
{