Skip to content

Commit ef1ce66

Browse files
authored
Update UserFactory.php
1 parent 0f58190 commit ef1ce66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

database/factories/UserFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
/* @var $factory \Illuminate\Database\Eloquent\Factory */
4+
35
use App\User;
46
use Illuminate\Support\Str;
57
use Faker\Generator as Faker;

0 commit comments

Comments
 (0)