Skip to content

Commit bbbd5f9

Browse files
committed
Update add uuid and guid to $fakeableNames
1 parent 6818737 commit bbbd5f9

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)