We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e86a3c commit c70b64eCopy full SHA for c70b64e
src/Illuminate/Database/Eloquent/Factories/RealTimeFactory.php
@@ -487,6 +487,8 @@ protected function guessableValues(): array
487
'username' => fn () => fake()->userName(),
488
'dob' => fn () => fake()->date(),
489
'date_of_birth' => fn () => fake()->date(),
490
+ 'uuid' => fn () => fake()->uuid(),
491
+ 'url' => fn () => fake()->url(),
492
];
493
}
494
0 commit comments