UuidUser.php 104 Bytes
<?php
namespace Yjtec\LaravelSoc\Contracts;

interface UuidUser
{
    public function getUuid($data);
}