Browse Source

Revert "Apply fixes from StyleCI (#5006)"

This reverts commit 50176732d66b197de62d5567b79fc77f63e2cfbd.
Graham Campbell 4 years ago
parent
commit
5df3b7b1fe
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;