handleSiteSettings(); } protected function handleSiteSettings() { $rows = [ [ 'section' => 'site', 'item_key' => 'isp_sn', 'item_value' => '', ], [ 'section' => 'site', 'item_key' => 'isp_link', 'item_value' => 'https://dxzhgl.miit.gov.cn', ], [ 'section' => 'site', 'item_key' => 'company_sn', 'item_value' => '', ], [ 'section' => 'site', 'item_key' => 'company_sn_link', 'item_value' => '', ], ]; $this->insertSettings($rows); } }