Skip to content

Commit c867b12

Browse files
committed
wip
1 parent 3e1eaeb commit c867b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/DatabaseGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function string(string $column): string
5757
return Str::orderedUuid();
5858
}
5959

60-
if (Str::contains($column, 'image') || Str::contains($column, 'picture')) {
60+
if (Str::contains($column, 'image') || Str::contains($column, 'picture') || Str::contains($column, 'avatar')) {
6161
return $this->faker->imageUrl();
6262
}
6363

0 commit comments

Comments
 (0)