Skip to content

Commit

Permalink
🌱 add Gertrud to open-beta while seeding (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKrisKrisu authored Dec 29, 2024
1 parent c830eed commit 729fb63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/seeders/UsersTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public function run(): void {
'password' => Hash::make('thisisnotasecurepassword123'),
]);
$gertrud->assignRole('admin');
$gertrud->assignRole('open-beta');
$gertrud->assignRole('closed-beta');
}

Expand Down

0 comments on commit 729fb63

Please sign in to comment.