Skip to content

Commit 1b19c6e

Browse files
Fix namespace error in composer 2
1 parent ab76c83 commit 1b19c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPCR/Shell/Query/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*/
1212

13-
namespace \PHPCR\Shell\Query;
13+
namespace PHPCR\Shell\Query;
1414

1515
class Validator
1616
{

0 commit comments

Comments
 (0)