select('env_variable')->where('env_variable', 'BUNGE_VERSION')->update([ 'env_variable' => 'BUNGEE_VERSION', ]); } /** * Reverse the migrations. */ public function down() { } }