Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tharropoulos committed Dec 18, 2024
1 parent 3f6d47b commit 66e670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engines/TypesenseEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ protected function getOrCreateCollectionFromModel($model, bool $indexOperation =
$collectionName = $model->{$method}();
$collection = $this->typesense->getCollections()->{$collectionName};

if (!$indexOperation) {
if (! $indexOperation) {
return $collection;
}

Expand Down

0 comments on commit 66e670d

Please sign in to comment.