Merge pull request #4990 from SjorsO/patch-1

Add IDE typehint to UserFactory
This commit is contained in:
Taylor Otwell 2019-04-14 15:41:37 -05:00 committed by GitHub
commit 06162adc98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;