Skip to content

Commit

Permalink
В сидер добавлена установка активности юзера и админской роли
Browse files Browse the repository at this point in the history
  • Loading branch information
simba77 committed Jun 3, 2024
1 parent ddb335d commit f4ba88e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public function run(): void
'name' => 'admin',
'email' => 'admin@admin.com',
'password' => Hash::make('password'),
'active' => true,
'role' => 'admin',
]
);
}
Expand Down

0 comments on commit f4ba88e

Please sign in to comment.