We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccd4d6 commit 68bb41eCopy full SHA for 68bb41e
src/Omniphx/Forrest/Client.php
@@ -665,9 +665,7 @@ protected function storeVersion()
665
$configVersion = $this->settings['version'];
666
if ($configVersion != null) {
667
$versions = $this->versions(['format' => 'json']);
668
- // var_dump($this->verisons);
669
foreach ($versions as $version) {
670
- var_dump($version);
671
if ($version['version'] == $configVersion) {
672
$this->storage->put('version', $version);
673
}
0 commit comments