@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Dyrynda\Database\Support; |
| 4 | 4 | |
| 5 | -use Ramsey\Uuid\Uuid; |
|
| 6 | 5 | use Illuminate\Support\Str; |
| 6 | +use Ramsey\Uuid\Uuid; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * UUID generation trait. |