소스 검색

消息提示 Exists

visuddhinanda 3 년 전
부모
커밋
c9d45a6ade
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Console/Commands/UpgradeCompound.php

+ 1 - 1
app/Console/Commands/UpgradeCompound.php

@@ -107,7 +107,7 @@ class UpgradeCompound extends Command
 								->exists();
 								->exists();
 
 
 			if($isExists){
 			if($isExists){
-				$this->info("found:{$word->real}");
+				$this->info("Exists:{$word->real}");
 				continue;
 				continue;
 			}
 			}
 			# code...
 			# code...