webpatser/laravel-uuid

Get up and running quicker

sevenearths opened this issue · 1 comments

Uuid::generate() returns the object. You might want to put Uuid::generate()->string under Basic Usage so simpletons like myself can get up and running quicker (just my 2c).

Added the cast to string in the readme. Thank you! :-)