fix: user can update bio info
This commit is contained in:
@@ -32,6 +32,8 @@ class ArtistFactory extends Factory
|
||||
'avatar' => fake()->imageUrl(512, 512),
|
||||
'header' => fake()->imageUrl(270, 185),
|
||||
'location' => fake()->city() . ', ' . fake()->state(),
|
||||
'alby' => null,
|
||||
'naasocial' => null,
|
||||
'website' => rand(0, 1) ? fake()->url : null,
|
||||
'bio' => fake()->paragraphs(rand(1, 3), true),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user