Skip to content

Commit

Permalink
Update SecurityValidator.cfc (#616)
Browse files Browse the repository at this point in the history
fix deprecation warning


CONTENTBOX-1517 #resolve
  • Loading branch information
GunnarLieb authored Nov 21, 2024
1 parent 8becade commit 9e1c907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/contentbox/models/security/SecurityValidator.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
component
singleton
threadsafe
extends="cbsecurity.models.validators.CBAuthValidator"
extends="cbsecurity.models.validators.AuthValidator"
{

// Dependencies
Expand Down

0 comments on commit 9e1c907

Please sign in to comment.