We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878af3c commit 8e517c5Copy full SHA for 8e517c5
src/Entity/CryptableInterface.php
@@ -15,6 +15,8 @@
15
* postLoad You need to return a array of the properties that needs to be encrypted and decrypted
16
*
17
* @author Vincent Chalnot <[email protected]>
18
+ *
19
+ * @deprecated This class is not necessary anymore. Use the encrypt_string and encrypt_text Doctrine type instead.
20
*/
21
interface CryptableInterface
22
{
0 commit comments