Skip to content

Commit 302b80d

Browse files
Revert changes, move PostbodeClient.php
1 parent 077cb45 commit 302b80d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}],
1313
"autoload": {
1414
"psr-4": {
15-
"PostbodeApi\\": "src"
15+
"Postbode\\": "src"
1616
}
1717
},
1818
"require-dev": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PostbodeApi;
3+
namespace Postbode;
44

55
use GuzzleHttp\Client;
66
use GuzzleHttp\RequestOptions;

0 commit comments

Comments
 (0)