Skip to content

Commit b852128

Browse files
committed
Fix command const visibility bug
1 parent 644917e commit b852128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ImportFromRemoteCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ImportFromRemoteCommand extends Command
2424
private CONST VALUE_CONFIG_PRESERVE = 'preserve-local';
2525
private CONST VALUE_CONFIG_MERGE = 'merge';
2626

27-
private const SUCCESS = 1;
27+
public const SUCCESS = 1;
2828

2929
public function __construct(
3030
private DbFacade $dbFacade,

0 commit comments

Comments
 (0)