Skip to content

Commit

Permalink
Fix command const visibility bug
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejslawik committed Aug 14, 2024
1 parent 644917e commit b852128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ImportFromRemoteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ImportFromRemoteCommand extends Command
private CONST VALUE_CONFIG_PRESERVE = 'preserve-local';
private CONST VALUE_CONFIG_MERGE = 'merge';

private const SUCCESS = 1;
public const SUCCESS = 1;

public function __construct(
private DbFacade $dbFacade,
Expand Down

0 comments on commit b852128

Please sign in to comment.