Skip to content

Commit 8e517c5

Browse files
committed
Deprecate the CryptableInterface as it is not necessary anymore and will be removed in 2.0
1 parent 878af3c commit 8e517c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Entity/CryptableInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* postLoad You need to return a array of the properties that needs to be encrypted and decrypted
1616
*
1717
* @author Vincent Chalnot <[email protected]>
18+
*
19+
* @deprecated This class is not necessary anymore. Use the encrypt_string and encrypt_text Doctrine type instead.
1820
*/
1921
interface CryptableInterface
2022
{

0 commit comments

Comments
 (0)