Skip to content

Commit

Permalink
fix: fix namespace links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Klimchuk committed Jul 23, 2021
1 parent 5011ead commit 56b447a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/mspklarna/encryptedvehicle.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

require_once __DIR__ . '/helpers/xml.php';

use function alroniks\mspoplati\helpers\xml\xmlToArray;
use function alroniks\mspoplati\helpers\xml\arrayToXml;
use function alroniks\mspklarna\helpers\xml\xmlToArray;
use function alroniks\mspklarna\helpers\xml\arrayToXml;

/**
* Class EncryptedVehicle
Expand Down
2 changes: 1 addition & 1 deletion core/mspklarna/helpers/xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

declare(strict_types = 1);

namespace alroniks\mspoplati\helpers\xml;
namespace alroniks\mspklarna\helpers\xml;

use JsonException;
use XMLWriter;
Expand Down

0 comments on commit 56b447a

Please sign in to comment.