Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
boxshadow authored and StyleCIBot committed Aug 15, 2019
1 parent b2eb75f commit c4af855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/factories/UserFactory.php
Expand Up @@ -34,6 +34,7 @@

$factory->define(User::class, function (Faker $faker) {
static $password;

return [
'name' => $faker->name,
'email' => $faker->unique()->safeEmail,
Expand Down

0 comments on commit c4af855

Please sign in to comment.