mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
ad meilisearch
This commit is contained in:
19
app/Repositories/MeiliSearchRepository.php
Normal file
19
app/Repositories/MeiliSearchRepository.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
namespace App\Repositories;
|
||||
|
||||
class MeiliSearchRepository extends BaseRepository
|
||||
{
|
||||
private $client;
|
||||
|
||||
public function getCleint()
|
||||
{
|
||||
if (is_null($this->client)) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public function isEnabled(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user