Update UserFactory.php

This commit is contained in:
Sjors Ottjes 2019-04-14 13:30:53 +02:00 committed by GitHub
parent 0f58190c7b
commit ef1ce665ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php
/* @var $factory \Illuminate\Database\Eloquent\Factory */
use App\User;
use Illuminate\Support\Str;
use Faker\Generator as Faker;