Commit a37215d0 authored by Taylor Otwell's avatar Taylor Otwell

fix spacing

parent 421b210a
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
| database. Just tell the factory how a default model should look. | database. Just tell the factory how a default model should look.
| |
*/ */
/** @var $factory \Illuminate\Database\Eloquent\Factory */ /** @var $factory \Illuminate\Database\Eloquent\Factory */
$factory->define(App\User::class, function (Faker\Generator $faker) { $factory->define(App\User::class, function (Faker\Generator $faker) {
static $password; static $password;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment