Browse Source

Update UserFactory.php

Dries Vints 5 years ago
parent
commit
6e60cf93a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      database/factories/UserFactory.php

+ 1 - 1
database/factories/UserFactory.php

@@ -1,7 +1,7 @@
 <?php
 
-use Faker\Generator as Faker;
 use Illuminate\Support\Str;
+use Faker\Generator as Faker;
 
 /*
 |--------------------------------------------------------------------------