Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SF 5 / Command] Encript command is not working #45

Open
drjele opened this issue Oct 8, 2020 · 0 comments
Open

[SF 5 / Command] Encript command is not working #45

drjele opened this issue Oct 8, 2020 · 0 comments

Comments

@drjele
Copy link

drjele commented Oct 8, 2020

The encript commnad is missing the persist call.

$this->subscriber->processFields($row[0]); .. this should be changed to:

$entity = $row[0];

$this->subscriber->processFields($entity);

$this->entityManager->persist($entity);
Zombaya pushed a commit to integr8rs/DoctrineEncryptBundle that referenced this issue Dec 15, 2024
Removed unused travis yaml and fix sqlite driver errors when using act to run GitHub Actions locally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant