update( '{{%text_settings}}', ['category' => 13], ['name' => 'applications_top_text'] ); $this->update( '{{%text_settings}}', ['category' => 13], ['name' => 'applications_bottom_text'] ); } public function safeDown() { $this->update( '{{%text_settings}}', ['category' => 4], ['name' => 'applications_top_text'] ); $this->update( '{{%text_settings}}', ['category' => 4], ['name' => 'applications_bottom_text'] ); } }