Skip to content

Commit

Permalink
Changed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Coates committed Dec 2, 2014
1 parent 65610b4 commit 1cf1c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Card.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Coatesap\Card;
namespace Coatesap\Payment;

class Card {

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"/"
],
"psr-0": {
"Coatesap\\Card\\": "/"
"Coatesap\\Payment\\": "/"
}
}
}

0 comments on commit 1cf1c45

Please sign in to comment.