Skip to content

Commit b5f911c

Browse files
authored
Merge pull request #207 from alexander-schranz/patch-1
Fix namespace error in composer 2
2 parents ab76c83 + 1b19c6e commit b5f911c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPCR/Shell/Query/Validator.php

+1-1
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)