Browse Source

fix spacing

Taylor Otwell 8 years ago
parent
commit
a37215d044
1 changed files with 1 additions and 0 deletions
  1. 1 0
      database/factories/ModelFactory.php

+ 1 - 0
database/factories/ModelFactory.php

@@ -10,6 +10,7 @@
 | database. Just tell the factory how a default model should look.
 |
 */
+
 /** @var $factory \Illuminate\Database\Eloquent\Factory */
 $factory->define(App\User::class, function (Faker\Generator $faker) {
     static $password;