Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.x] Implement HasV7Uuids to use with MariaDB native uuid data type #52029

Merged
merged 5 commits into from
Jul 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove property
  • Loading branch information
taylorotwell committed Jul 18, 2024
commit dfcf3ce5ae7723ba44fe0aaaa1b113695ae2be8a
7 changes: 0 additions & 7 deletions src/Illuminate/Support/Str.php
Original file line number Diff line number Diff line change
@@ -51,13 +51,6 @@ class Str
*/
protected static $uuidFactory;

/**
* The callback that should be used to generate UUID7s.
*
* @var callable|null
*/
protected static $uuid7Factory;

/**
* The callback that should be used to generate ULIDs.
*
Loading