Skip to content

Commit

Permalink
changed invalid classname isPayServerIp to IsPayServerIp
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Apr 12, 2016
1 parent 9eb06c2 commit b94f3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Api/Validate/IsPayServerIp.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

use \Paynl\Error;

class isPayServerIp extends Validate
class IsPayServerIp extends Validate
{
protected $apiTokenRequired = false;
protected $serviceIdRequired = false;
Expand Down
2 changes: 1 addition & 1 deletion src/Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

namespace Paynl;

use \Paynl\Api\Validate\isPayServerIp as Api;
use \Paynl\Api\Validate\IsPayServerIp as Api;

/**
* Description of Paymentmethods
Expand Down

0 comments on commit b94f3a1

Please sign in to comment.