fix spacing

This commit is contained in:
Taylor Otwell 2016-10-07 16:39:42 -05:00
parent 421b210a77
commit a37215d044
1 changed files with 1 additions and 0 deletions

View File

@ -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;