mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Merge branch 'master' into develop
This commit is contained in:
commit
7e5a915485
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
/** @var \Illuminate\Database\Eloquent\Factory $factory */
|
||||
|
||||
use App\User;
|
||||
use Faker\Generator as Faker;
|
||||
use Illuminate\Support\Str;
|
||||
@ -15,8 +17,6 @@ use Illuminate\Support\Str;
|
||||
|
|
||||
*/
|
||||
|
||||
/* @var \Illuminate\Database\Eloquent\Factory $factory */
|
||||
|
||||
$factory->define(User::class, function (Faker $faker) {
|
||||
return [
|
||||
'name' => $faker->name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user