Skip to content

Commit c70b64e

Browse files
committed
Add uuid and url guessables
1 parent 1e86a3c commit c70b64e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Database/Eloquent/Factories/RealTimeFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ protected function guessableValues(): array
487487
'username' => fn () => fake()->userName(),
488488
'dob' => fn () => fake()->date(),
489489
'date_of_birth' => fn () => fake()->date(),
490+
'uuid' => fn () => fake()->uuid(),
491+
'url' => fn () => fake()->url(),
490492
];
491493
}
492494
}

0 commit comments

Comments
 (0)