Kaynağa Gözat

:fire: 注释的事务处理

visuddhinanda@gmail.com 3 yıl önce
ebeveyn
işleme
4e7993d7d2
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. 0 3
      app/Console/Commands/UpgradePaliText.php

+ 0 - 3
app/Console/Commands/UpgradePaliText.php

@@ -85,8 +85,6 @@ class UpgradePaliText extends Command
 				continue;
 				continue;
 			}
 			}
 			$title_data = PaliText::where('book',$from)->orderby('paragraph','asc')->get();
 			$title_data = PaliText::where('book',$from)->orderby('paragraph','asc')->get();
-			//DB::transaction(
-                //function ()use($from,$arrInserString,$title_data) 
             {
             {
 				$paragraph_count = count($title_data);
 				$paragraph_count = count($title_data);
 				$paragraph_info = array();
 				$paragraph_info = array();
@@ -214,7 +212,6 @@ class UpgradePaliText extends Command
 					}
 					}
 				}
 				}
 			}
 			}
-            //);
 
 
             
             
 			$bar->advance();
 			$bar->advance();