Skip to content

Commit

Permalink
Remove unneeded comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Nov 21, 2018
1 parent a62a07a commit fdd8132
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ClientFactory.php
Expand Up @@ -83,11 +83,6 @@ public function getConfig(string $name = 'default') : array
'--provider="Denpa\Bitcoin\Providers\ServiceProvider" --force].'
);

/*
* Legacy config format with single configuration.
* Please update it manually or via 'php artisan vendor:publish'
* See: https://github.com/denpamusic/laravel-bitcoinrpc/blob/master/config/config.php
*/
return $this->withDefaults($this->config);
}

Expand Down

0 comments on commit fdd8132

Please sign in to comment.