refactor: fix code style
This commit is contained in:
parent
cf9e699ec9
commit
f37ac929cc
1 changed files with 6 additions and 6 deletions
|
@ -33,18 +33,18 @@ define('ENV_IS_DEV', false);
|
|||
*/
|
||||
define(
|
||||
'CHANNELS',
|
||||
array(
|
||||
array(
|
||||
[
|
||||
[
|
||||
'branch' => 'stable',
|
||||
'host' => 'wishthis.online',
|
||||
'label' => __('Stable'),
|
||||
),
|
||||
array(
|
||||
],
|
||||
[
|
||||
'branch' => 'release-candidate',
|
||||
'host' => 'rc.wishthis.online',
|
||||
'label' => __('Release candidate'),
|
||||
),
|
||||
)
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue