rename model in singular
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace App\Services;
|
||||
|
||||
use App\Models\User;
|
||||
use App\Models\Events;
|
||||
use App\Models\Event;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
use Typesense\Client;
|
||||
|
||||
@@ -65,7 +65,7 @@ class TypesenseService
|
||||
}
|
||||
}
|
||||
|
||||
public function upsertEvent(Events $event): void
|
||||
public function upsertEvent(Event $event): void
|
||||
{
|
||||
$this->ensureCollectionsExist();
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Services;
|
||||
use App\Models\User;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
class UserService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user