We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb8038 commit b1f46a6Copy full SHA for b1f46a6
2 files changed
src/Contracts/Traits/ArrayTrait.php
@@ -1,7 +1,7 @@
1
<?php
2
declare(strict_types=1);
3
4
-namespace Xes\SDK\Common\Contracts\Traits;
+namespace Lib\Contracts\Traits;
5
6
use ReflectionProperty;
7
use Lib\Component\PhpDocReader;
src/Framework/BaseConfig.php
@@ -5,7 +5,7 @@
use Common\Helper\ArrayHelper;
use Lib\Exception\RuntimeException;
8
-use Xes\SDK\Common\Contracts\Traits\ArrayTrait;
+use Lib\Contracts\Traits\ArrayTrait;
9
10
class BaseConfig
11
{
0 commit comments