Merge branch 'master' into develop

This commit is contained in:
Graham Campbell 2019-12-31 12:26:17 +00:00
commit 7e5a915485
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
<?php <?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\User; use App\User;
use Faker\Generator as Faker; use Faker\Generator as Faker;
use Illuminate\Support\Str; use Illuminate\Support\Str;
@ -15,8 +17,6 @@
| |
*/ */
/* @var \Illuminate\Database\Eloquent\Factory $factory */
$factory->define(User::class, function (Faker $faker) { $factory->define(User::class, function (Faker $faker) {
return [ return [
'name' => $faker->name, 'name' => $faker->name,