mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
improve login notify + migrate torrent purchase to announce
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user