@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Spatie\BinaryUuid; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use Ramsey\Uuid\Uuid; |
|
7 | 6 | use Illuminate\Database\Eloquent\Model; |
7 | +use Ramsey\Uuid\Uuid; |
|
8 | 8 | |
9 | 9 | trait HasBinaryUuid |
10 | 10 | { |