Skip to content

Commit

Permalink
Switched tag faking to lexify to avoid collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Aug 24, 2015
1 parent cc390f6 commit ab5bdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/database/factories/ModelFactory.php
Expand Up @@ -134,7 +134,7 @@
$factory->define(App\Models\Tag::class, function (\Faker\Generator $faker) {
return [
'tag_id' => $faker->uuid,
'tag' => $faker->unique()->word,
'tag' => $faker->unique()->lexify('????????'),
];
});

Expand Down

0 comments on commit ab5bdaa

Please sign in to comment.