mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 00:50:32 +00:00
Update MicroweberComposerClientHelper.php
This commit is contained in:
parent
d886edb47c
commit
eebdf2cdc0
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ class MicroweberComposerClientHelper
|
|||
public function getMicroweberDownloaderInstance()
|
||||
{
|
||||
$coreDownloader = new MicroweberDownloader();
|
||||
|
||||
if (setting('microweber.update_app_channel') == 'development') {
|
||||
|
||||
if (setting('microweber.update_app_channel') == 'beta') {
|
||||
$coreDownloader->setReleaseSource(MicroweberDownloader::DEV_RELEASE);
|
||||
} else {
|
||||
$coreDownloader->setReleaseSource(MicroweberDownloader::STABLE_RELEASE);
|
||||
|
|
Loading…
Reference in a new issue