@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace IlluminateAgnostic\Str\Support; |
4 | 4 | |
5 | -use Ramsey\Uuid\Uuid; |
|
6 | -use Ramsey\Uuid\UuidFactory; |
|
7 | 5 | use IlluminateAgnostic\Str\Support\Traits\Macroable; |
8 | -use Ramsey\Uuid\Generator\CombGenerator; |
|
9 | 6 | use Ramsey\Uuid\Codec\TimestampFirstCombCodec; |
7 | +use Ramsey\Uuid\Generator\CombGenerator; |
|
8 | +use Ramsey\Uuid\Uuid; |
|
9 | +use Ramsey\Uuid\UuidFactory; |
|
10 | 10 | |
11 | 11 | class Str |
12 | 12 | { |