Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-marcel committed Sep 2, 2015
2 parents 720d663 + b813675 commit ce79673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/DoctrineEncryptDatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

//Say it is finished
$output->writeln("\nEncryption finished values encrypted: " . $subscriber->encryptCounter . " values.\nAll values are now decrypted.");
$output->writeln("\nEncryption finished values encrypted: " . $subscriber->encryptCounter . " values.\nAll values are now encrypted.");
}
}

0 comments on commit ce79673

Please sign in to comment.