diff --git a/src/Base64.php b/src/Base64.php index 724c93f..464d706 100644 --- a/src/Base64.php +++ b/src/Base64.php @@ -8,7 +8,7 @@ namespace Delight\Auth; -class Base64 { +final class Base64 { const SPECIAL_CHARS_ORIGINAL = '+/='; const SPECIAL_CHARS_SAFE = '._-';