visuddhinanda 3 лет назад
Родитель
Сommit
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();
 
 			if($isExists){
-				$this->info("found:{$word->real}");
+				$this->info("Exists:{$word->real}");
 				continue;
 			}
 			# code...