visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
b9c52e4f6a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/Console/Commands/TestSearchPali.php

+ 2 - 2
app/Console/Commands/TestSearchPali.php

@@ -43,14 +43,14 @@ class TestSearchPali extends Command
         if($result){
             $this->info("word={$word} total=".$result['total']);
         }else{
-            $this->error('word={$word} search fail');
+            $this->error("word={$word} search fail");
         }
 
         $result = PaliSearch::search([$word],[267],'case',0,3);
         if($result){
             $this->info("word={$word} book=267 total=".$result['total']);
         }else{
-            $this->error('word={$word} book=267 search fail');
+            $this->error("word={$word} book=267 search fail");
         }
 
         return 0;