--- a/server/src/app/Providers/LexvoServiceProvider.php Tue Nov 08 15:48:01 2016 +0100
+++ b/server/src/app/Providers/LexvoServiceProvider.php Tue Nov 08 18:23:01 2016 +0100
@@ -16,7 +16,7 @@
public function register()
{
$this->app->bind('CorpusParole\Services\LexvoResolverInterface', function($app) {
- $sparqlClient = $app->make('EasyRdf\Sparql\Client', [config('corpusparole.lexvo_sesame_query_url'), null]);
+ $sparqlClient = $app->make('EasyRdf\Sparql\Client', [config('corpusparole.lexvo_rdf4j_query_url'), null]);
return $app->make('CorpusParole\Services\LexvoResolver', [$sparqlClient,]);
});
}