Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 6697815

Browse files
committed
Fixed psr-4 autoload-dev namespace
1 parent c6fedbb commit 6697815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"autoload-dev": {
2424
"psr-4": {
25-
"Adldap\\Tests\\": "tests/"
25+
"Adldap\\Laravel\\Tests\\": "tests/"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)