define(App\Note::class, function (Faker $faker) { return [ 'note' => $faker->paragraph, ]; });