Skip to content

Commit 8e400ba

Browse files
authored
Merge pull request #8 from ilvsx/master
Update add `uuid` and `guid` to $fakeableNames
2 parents 6818737 + bbbd5f9 commit 8e400ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Console/GenerateCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ protected function setProperty($name, $type = null)
363363
'password' => 'bcrypt($faker->password)',
364364
'url' => '$faker->url',
365365
'remember_token' => 'str_random(10)',
366+
'uuid' => '$faker->uuid',
367+
'guid' => '$faker->uuid',
366368
];
367369

368370
if (isset($fakeableNames[$name])) {

0 commit comments

Comments
 (0)