Skip to content

Commit d8d91a5

Browse files
alexander-schranzdantleech
authored andcommitted
Fix namespace error in composer 2
1 parent 360febf commit d8d91a5

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)