kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 58 forks source link

Update namespace to Ramsey\Uuid. #52

Closed stepquick closed 8 years ago

stepquick commented 8 years ago

Uuid trait referenced old namespace. Updated to new namespace.

kirkbushell commented 8 years ago

By itself, this would result in missing class errors because Ramsey\Uuid 2.x uses the old namespace and naming.

Please also update composer.json.

stepquick commented 8 years ago

Updated. Does this need anything else?

kirkbushell commented 8 years ago

Nope, that is all. Thank you :)