Skip to content

Commit 4bd11af

Browse files
committed
update some
1 parent 1850c59 commit 4bd11af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Util/Token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @license MIT
88
*/
99

10-
namespace Toolkit\Stdlib\Str;
10+
namespace Toolkit\Stdlib\Util;
1111

1212
use RuntimeException;
1313
use function array_merge;

src/Util/UUID.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @license MIT
88
*/
99

10-
namespace Toolkit\Stdlib\Str;
10+
namespace Toolkit\Stdlib\Util;
1111

1212
use Exception;
1313
use InvalidArgumentException;

0 commit comments

Comments
 (0)