Skip to content

Commit

Permalink
ajuste namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiantenfen committed Oct 26, 2017
1 parent 0153c9f commit 526fbed
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"ext-simplexml" : "*",
"ext-xmlwriter" : "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev" : {
"phpunit/phpunit" : "3.7.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/KLogger.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Tortato\Maxipago;
namespace Tenfen\Maxipago;

/**
* Finally, a light, permissions-checking logging class.
Expand Down
2 changes: 1 addition & 1 deletion src/Maxipago.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Tortato\Maxipago;
namespace Tenfen\Maxipago;

class Maxipago extends ResponseBase {

Expand Down
2 changes: 1 addition & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Tortato\Maxipago;
namespace Tenfen\Maxipago;

class Request extends XmlBuilder {

Expand Down
2 changes: 1 addition & 1 deletion src/RequestBase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Tortato\Maxipago;
namespace Tenfen\Maxipago;

class RequestBase {

Expand Down
2 changes: 1 addition & 1 deletion src/ResponseBase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Tortato\Maxipago;
namespace Tenfen\Maxipago;

class ResponseBase extends ServiceBase {

Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tortato\Maxipago;
namespace Tenfen\Maxipago;

class ServiceBase {

Expand Down
2 changes: 1 addition & 1 deletion src/XmlBuilder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Tortato\Maxipago;
namespace Tenfen\Maxipago;

class XmlBuilder extends RequestBase {

Expand Down

0 comments on commit 526fbed

Please sign in to comment.