Skip to content

Commit

Permalink
call neccesary \Dropbox\RootCertificates::useExternalPaths() (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Mar 26, 2017
1 parent 455f5b0 commit 761fe52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Application/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ public function __construct(KernelInterface $kernel, EmbeddedComposerInterface $

parent::__construct('Nanbando', sprintf('%s - %s', $version, $kernel->getName()));

if (class_exists('Dropbox\RootCertificates')) {
\Dropbox\RootCertificates::useExternalPaths();
}

foreach ($kernel->getBundles() as $bundle) {
$bundle->registerCommands($this);
}
Expand Down

0 comments on commit 761fe52

Please sign in to comment.