mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +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