diff --git a/src/Appwrite/Functions/Validator/Header.php b/src/Appwrite/Functions/Validator/Headers.php similarity index 97% rename from src/Appwrite/Functions/Validator/Header.php rename to src/Appwrite/Functions/Validator/Headers.php index 1e3cd5297b..01f57829bf 100644 --- a/src/Appwrite/Functions/Validator/Header.php +++ b/src/Appwrite/Functions/Validator/Headers.php @@ -52,7 +52,6 @@ class Headers extends Validator if (0 === strpos($key, 'x-appwrite-')) { return false; } - return true; } } }