Skip to content

Commit

Permalink
namespaced
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanRijpkema committed Jun 19, 2020
1 parent 30a32b1 commit 04436eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions BluemIntegration.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
namespace Bluem;

if (!defined("BLUEM_ENVIRONMENT_PRODUCTION")) define("BLUEM_ENVIRONMENT_PRODUCTION", "prod");
if (!defined("BLUEM_ENVIRONMENT_TESTING")) define("BLUEM_ENVIRONMENT_TESTING", "test");
Expand Down
1 change: 1 addition & 0 deletions EMandateRequest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
namespace Bluem;
// namespace Bluem;

/**
Expand Down
2 changes: 1 addition & 1 deletion EMandateResponse.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// namespace Bluem;
namespace Bluem;

/**
* Plugin Name: BlueM eMandate integration for WordPress
Expand Down

0 comments on commit 04436eb

Please sign in to comment.