@@ -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 | { |
@@ -258,6 +258,9 @@ |
||
258 | 258 | return $this->withUuid($value)->first(); |
259 | 259 | } |
260 | 260 | |
261 | + /** |
|
262 | + * @param string $str |
|
263 | + */ |
|
261 | 264 | public function strUuidSuffix($str) |
262 | 265 | { |
263 | 266 | $suffix = $this->getUuidSuffix(); |