improve login notify + migrate torrent purchase to announce

This commit is contained in:
xiaomlove
2023-04-09 14:53:15 +08:00
parent 4535ba94a4
commit 33b16ed7ac
9 changed files with 86 additions and 62 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ class MeiliSearchImport extends Command
*
* @var string
*/
protected $description = 'Command description';
protected $description = 'Import torrents to meilisearch';
/**
* Execute the console command.
@@ -29,7 +29,7 @@ class MeiliSearchImport extends Command
public function handle()
{
$rep = new MeiliSearchRepository();
$this->info("going to import torrents");
$this->info("going to import torrents...");
$total = $rep->import();
$this->info("import $total torrents.");
return Command::SUCCESS;