Skip to content

Commit 835832c

Browse files
committed
Use faker slug
1 parent aff8995 commit 835832c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/GenerateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ protected function setProperty($name, $type = null)
337337
'username' => '$faker->userName',
338338
'user_name' => '$faker->userName',
339339
'password' => 'bcrypt($faker->password)',
340+
'slug' => '$faker->slug',
340341
'url' => '$faker->url',
341342
'remember_token' => 'Str::random(10)',
342343
'uuid' => '$faker->uuid',

0 commit comments

Comments
 (0)