Przeglądaj źródła

:art: formatting

visuddhinanda 2 lat temu
rodzic
commit
1c63bb28ff
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      app/Console/Commands/UpgradeCommunityTerm.php

+ 2 - 1
app/Console/Commands/UpgradeCommunityTerm.php

@@ -57,7 +57,8 @@ class UpgradeCommunityTerm extends Command
             $this->error('no channel');
             return 1;
         }
-        $table = DhammaTerm::select('word')->whereIn('language',[$this->argument('lang'),$lang,$langFamily])
+        $table = DhammaTerm::select('word')
+                            ->whereIn('language',[$this->argument('lang'),$lang,$langFamily])
                             ->groupBy('word');