Update SearchyServiceProvider.php

Fix bug in service provider class.
This commit is contained in:
Vincent Klaiber
2017-01-30 22:03:08 +01:00
committed by GitHub
parent 92feab6ae1
commit 221627e58d

View File

@ -66,7 +66,7 @@ class SearchyServiceProvider extends ServiceProvider
return new SearchBuilder($config);
});
$this->app->alias('searchy', HashidsFactory::class);
$this->app->alias('searchy', SearchBuilder::class);
}
/**