diff --git a/src/Assert.php b/src/Assert.php index 1cfc5dc..1e43176 100644 --- a/src/Assert.php +++ b/src/Assert.php @@ -324,7 +324,7 @@ * @method static void allValidBase64(mixed $value, string $message = '', string $exception = '') * @method static void allNotInArray(mixed $value, array $values, string $message = '', string $exception = '') */ -final class Assert +class Assert { use Base64Trait; use NotInArrayTrait;