Skip to content

Commit 991693a

Browse files
committed
use config method
1 parent ed4bea8 commit 991693a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostgresEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ protected function preserveModel(Model $model)
463463

464464
protected function getSearchConfigString()
465465
{
466-
$searchConfig = config('scout.pgsql.search_configuration');
466+
$searchConfig = $this->config('search_configuration');
467467

468468
$searchConfigString = '';
469469
if ($searchConfig !== null) {

0 commit comments

Comments
 (0)