* Remove Google Analytics #728 * Remove config file * Don't set the vacentral url
This commit is contained in:
@@ -32,7 +32,6 @@ class BindServiceProviders extends ServiceProvider
|
||||
IVaCentral::class,
|
||||
function ($app) {
|
||||
$client = new VaCentral();
|
||||
$client->setVaCentralUrl(config('vacentral.api_url'));
|
||||
|
||||
// Set API if exists
|
||||
if (filled(config('vacentral.api_key'))) {
|
||||
|
||||
Reference in New Issue
Block a user