fix error when resetting daemon secret, closes #915

This commit is contained in:
Dane Everitt 2018-02-04 12:55:50 -06:00
parent 0b00895261
commit de1d9502c1
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* `[rc.1]` — Fixes exception that would occur when trying to delete allocations from a node.
* `[rc.1]` — Fixes exception thown when attempting to adjust mail settings as well as a validation error thrown afterwards.
* `[rc.1]` — Fixes bug preventing modification of the default value for an Egg variable.
* `[rc.1]` — Fixed a bug that would occur when attempting to reset the daemon secret for a node.
## v0.7.0-rc.1 (Derelict Dermodactylus)
### Fixed

View File

@ -28,7 +28,7 @@ class ConfigurationRepository extends BaseRepository implements ConfigurationRep
'port' => $node->daemonSFTP,
],
'remote' => [
'base' => $this->config->get('app.url'),
'base' => config('app.url'),
],
'uploads' => [
'size_limit' => $node->upload_size,