Browse Source

Update UserFactory.php

Sjors Ottjes 5 years ago
parent
commit
ef1ce665ee
1 changed files with 2 additions and 0 deletions
  1. 2 0
      database/factories/UserFactory.php

+ 2 - 0
database/factories/UserFactory.php

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