Browse Source

Apply fixes from StyleCI (#5006)

Taylor Otwell 5 years ago
parent
commit
50176732d6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      database/factories/UserFactory.php

+ 0 - 1
database/factories/UserFactory.php

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