From 93ae52eff7bb1514b2ca3cea37459adc89b2e8d5 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Thu, 24 Aug 2023 14:52:53 -0400 Subject: [PATCH] Add "config" facade method doc --- src/Facades/Purify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Facades/Purify.php b/src/Facades/Purify.php index 082b5ec..e89dd86 100644 --- a/src/Facades/Purify.php +++ b/src/Facades/Purify.php @@ -6,6 +6,7 @@ /** * @method static array|string clean(array|string $input, array $config = null) + * @method static \Stevebauman\Purify\Purify config(string|array $driver = null) */ class Purify extends Facade {