Skip to content

Commit

Permalink
Merge pull request #69 from vinkla/patch-1
Browse files Browse the repository at this point in the history
Update SearchyServiceProvider.php
  • Loading branch information
TomLingham authored Jan 30, 2017
2 parents 92feab6 + 221627e commit 740600c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function registerSearchBuilder()
return new SearchBuilder($config);
});

$this->app->alias('searchy', HashidsFactory::class);
$this->app->alias('searchy', SearchBuilder::class);
}

/**
Expand Down

0 comments on commit 740600c

Please sign in to comment.