Explorar el Código

:art: formatting

visuddhinanda hace 2 años
padre
commit
1c63bb28ff
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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');