Skip to content

Commit

Permalink
fix: 修复语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
boxshadow committed Aug 15, 2019
1 parent 93e198a commit b2eb75f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database/factories/UserFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

$factory->define(User::class, function (Faker $faker) {
static $password;
}
return [
'name' => $faker->name,
'email' => $faker->unique()->safeEmail,
Expand Down

0 comments on commit b2eb75f

Please sign in to comment.