mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
fix error when resetting daemon secret, closes #915
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user