Update UserFactory.php
This commit is contained in:
parent
0f58190c7b
commit
ef1ce665ee
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
/* @var $factory \Illuminate\Database\Eloquent\Factory */
|
||||
|
||||
use App\User;
|
||||
use Illuminate\Support\Str;
|
||||
use Faker\Generator as Faker;
|
||||
|
|
Loading…
Reference in New Issue