Merge remote-tracking branch 'refs/remotes/origin/php8' into php8

This commit is contained in:
xiaomlove
2023-04-02 02:43:46 +08:00
4 changed files with 629 additions and 3 deletions
@@ -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;
}
}