Skip to content

Commit b1f46a6

Browse files
author
lidanyang
committed
fix
1 parent 0fb8038 commit b1f46a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Contracts/Traits/ArrayTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace Xes\SDK\Common\Contracts\Traits;
4+
namespace Lib\Contracts\Traits;
55

66
use ReflectionProperty;
77
use Lib\Component\PhpDocReader;

src/Framework/BaseConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
use Common\Helper\ArrayHelper;
77
use Lib\Exception\RuntimeException;
8-
use Xes\SDK\Common\Contracts\Traits\ArrayTrait;
8+
use Lib\Contracts\Traits\ArrayTrait;
99

1010
class BaseConfig
1111
{

0 commit comments

Comments
 (0)