Skip to content
Snippets Groups Projects
Commit 2fe55b8f authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

feature(core): command fix

parent ffead0bd
No related branches found
No related tags found
1 merge request!12feature(core): command fix
Pipeline #160176 failed with stages
in 1 minute and 17 seconds
## [1.1.6] - 2023-02-20
### Fixed
- Command return value
## [1.1.5] - 2021-08-19
### Fixed
- changes in text
......
......@@ -3,6 +3,7 @@
namespace WPDesk\ActivationReminder\Composer;
use Composer\Command\BaseCommand;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
......@@ -58,6 +59,8 @@ class PrepareActivationReminderCommand extends BaseCommand
$this->regenerate_autoload( $target_file, $input );
$output->writeln( "Activation reminder created." );
return Command::SUCCESS;
}
private function create_or_get_target_file_name( array $class_map, $random_class, $random_letter ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment