Skip to content

Commit

Permalink
Merge pull request #3 from EnelKyss/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
zhouaini528 authored Jun 16, 2023
2 parents 589cff0 + 9fabf25 commit e6caa27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"autoload": {
"psr-4": {
"Lin\\Coinbase\\": "./src/"
"Lin\\Coinbase\\": "src/"
}
},
"require": {
Expand Down
3 changes: 2 additions & 1 deletion src/Coinbase/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
* @author lin <[email protected]>
* */

namespace Lin\Coinbase\Api\Coinbase;
namespace Lin\Coinbase\Coinbase;

use Lin\Coinbase\Request;


class Account extends Request
{
/**
Expand Down

0 comments on commit e6caa27

Please sign in to comment.