Browse Source

Merge pull request #5196 from laravel/revert-5006-analysis-qxPGgA

[6.x] Revert "Apply fixes from StyleCI"
Graham Campbell 4 years ago
parent
commit
25c36eb592
1 changed files with 1 additions and 0 deletions
  1. 1 0
      database/factories/UserFactory.php

+ 1 - 0
database/factories/UserFactory.php

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