Skip to content

Commit

Permalink
Change example user details to avoid clash with defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte authored Aug 26, 2024
1 parent 231530a commit 43550a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage/new-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class PermissionsDemoSeeder extends Seeder
// create demo users
$user = \App\Models\User::factory()->create([
'name' => 'Example User',
'email' => 'test@example.com',
'email' => 'tester@example.com',
]);
$user->assignRole($role1);

Expand Down

0 comments on commit 43550a1

Please sign in to comment.