handleSmsSettings(); } protected function handleSmsSettings() { $rows = [ [ 'section' => 'sms', 'item_key' => 'region', 'item_value' => 'ap-guangzhou', ] ]; $this->insertSettings($rows); } }