Skip to content

Commit e8d336d

Browse files
author
Gareth Redfern
committed
add more seed users for testing pagination
1 parent b350075 commit e8d336d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/seeders/DatabaseSeeder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ public function run()
2020
'email_verified_at' => null,
2121
]
2222
);
23+
\App\Models\User::factory(20)->create();
2324
}
2425
}

0 commit comments

Comments
 (0)