diff --git a/config/scout.php b/config/scout.php index 24f4acac6..ecbaadda0 100644 --- a/config/scout.php +++ b/config/scout.php @@ -124,7 +124,7 @@ return [ 'sortableAttributes' => ['name','created_at','min_price'], // Other settings fields... ], - Sarga\Brand\Models\Brand::class => [ + \Sarga\Brand\Models\Brand::class => [ 'filterableAttributes'=> ['id','name'], 'sortableAttributes' => ['name','position'], ]