fix spacing
This commit is contained in:
parent
421b210a77
commit
a37215d044
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue