From 1b19c6ee1145adc1e19b00c22342fc59c5446d88 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 10 Nov 2020 12:28:17 +0100 Subject: [PATCH] Fix namespace error in composer 2 --- src/PHPCR/Shell/Query/Validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PHPCR/Shell/Query/Validator.php b/src/PHPCR/Shell/Query/Validator.php index 1bce9672..83a4f53d 100644 --- a/src/PHPCR/Shell/Query/Validator.php +++ b/src/PHPCR/Shell/Query/Validator.php @@ -10,7 +10,7 @@ * */ -namespace \PHPCR\Shell\Query; +namespace PHPCR\Shell\Query; class Validator {