meilisearch sort

This commit is contained in:
xiaomlove
2023-04-09 18:25:51 +08:00
parent 0c60424a41
commit 41234df600
2 changed files with 21 additions and 12 deletions

View File

@@ -97,6 +97,8 @@ class Test extends Command
*/
public function handle()
{
$rep = new MeiliSearchRepository();
$rep->import();
}
}