for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Spatie\BinaryUuid;
/**
* @deprecated The logic of this trait is moved to `Spatie\BinaryUuid\HasBinaryUuid` and this trait will be removed with the next major version.
*/
trait HasUuidPrimaryKey
{
}