mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 20:14:03 +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);
|
Crypt::decryptString($value);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} catch (DecryptException $e) {
|
} catch (DecryptException) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue