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:
parent
2760126de7
commit
daeb8d8c86
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ trait VirtualColumn
|
|||
Crypt::decryptString($value);
|
||||
|
||||
return true;
|
||||
} catch (DecryptException $e) {
|
||||
} catch (DecryptException) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue