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 01ed3e8 commit 4173dc3Copy full SHA for 4173dc3
workbench/database/factories/CompanyProfileFactory.php
@@ -17,7 +17,7 @@ public function definition(): array
17
return [
18
'address' => fake()->address(),
19
'website' => fake()->url(),
20
- 'status' => fake()->randomNumber(),
+ 'status' => fake()->numberBetween(1, 10),
21
'created_at' => Carbon::now(),
22
'updated_at' => Carbon::now(),
23
];
0 commit comments