Исправление пространства имён
This commit is contained in:
parent
37de707b50
commit
4a0e2f0cba
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace mirzaev\accounts;
|
||||
namespace mirzaev\accounts\vk;
|
||||
|
||||
use DOMDocument,
|
||||
DOMXPath;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace mirzaev\accounts\tests;
|
||||
namespace mirzaev\accounts\vk\tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
|
|
Loading…
Reference in New Issue