1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 14:14:05 +00:00

Don't accept unused $e

This commit is contained in:
lukinovec 2023-08-14 13:21:37 +02:00
parent 2760126de7
commit daeb8d8c86

View file

@ -82,7 +82,7 @@ trait VirtualColumn
Crypt::decryptString($value);
return true;
} catch (DecryptException $e) {
} catch (DecryptException) {
return false;
}
}