mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
8d621488c4
If passthru() is disabled in php.ini, this will force the SystemNodeProvider to return `false` for the node. Using the default FallbackNodeProvider, ramsey/uuid will default to the RandomNodeProvider, in these cases. Closes #114