visuddhinanda@gmail.com 3 лет назад
Родитель
Сommit
4e7993d7d2
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      app/Console/Commands/UpgradePaliText.php

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

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