We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644917e commit b852128Copy full SHA for b852128
src/Console/ImportFromRemoteCommand.php
@@ -24,7 +24,7 @@ class ImportFromRemoteCommand extends Command
24
private CONST VALUE_CONFIG_PRESERVE = 'preserve-local';
25
private CONST VALUE_CONFIG_MERGE = 'merge';
26
27
- private const SUCCESS = 1;
+ public const SUCCESS = 1;
28
29
public function __construct(
30
private DbFacade $dbFacade,
0 commit comments