Skip to content

Commit 52f4be6

Browse files
authored
Another namespace change
1 parent aa27af1 commit 52f4be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"classmap": [
1515
],
1616
"psr-4": {
17-
"STS\\Tunneler\\": "src"
17+
"IntrepidWS\\Tunneler\\": "src"
1818
},
1919
"files": [
2020
]
@@ -32,7 +32,7 @@
3232
"extra": {
3333
"laravel": {
3434
"providers": [
35-
"STS\\Tunneler\\TunnelerServiceProvider"
35+
"IntrepidWS\\Tunneler\\TunnelerServiceProvider"
3636
]
3737
}
3838
}

0 commit comments

Comments
 (0)