v0.11.2a - Fixed pagination, made a create user
This commit is contained in:
@@ -24,6 +24,8 @@ class UserSeeder extends Seeder
|
||||
$user->email = "admin@admin.local";
|
||||
$user->setPasswordAttribute("1234");
|
||||
$user->phone = "12345678";
|
||||
//$user->eduenddate = "2024-01-03";
|
||||
//$user->education = "Datatekniker med programmering";
|
||||
|
||||
//Gives Administrator role to the Admin
|
||||
$user->assignRole("Administrator");
|
||||
@@ -41,6 +43,8 @@ class UserSeeder extends Seeder
|
||||
$user->email = "x@x.x";
|
||||
$user->setPasswordAttribute("1");
|
||||
$user->phone = "12345679";
|
||||
//$user->eduenddate = "2024-02-03";
|
||||
//$user->education = "Datatekniker med programmering";
|
||||
|
||||
//Gives Administrator role to the Admin
|
||||
$user->assignRole("Administrator");
|
||||
|
||||
Reference in New Issue
Block a user