Apply fixes from StyleCI (#5186)

This commit is contained in:
Taylor Otwell 2019-12-20 14:15:04 -06:00 committed by GitHub
parent f13aef8733
commit e6471a6f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
| |
*/ */
/** @var \Illuminate\Database\Eloquent\Factory $factory */ /* @var \Illuminate\Database\Eloquent\Factory $factory */
$factory->define(User::class, function (Faker $faker) { $factory->define(User::class, function (Faker $faker) {
return [ return [