v0.11.2a - Fixed pagination, made a create user

This commit is contained in:
2020-09-03 08:31:31 +02:00
parent ca855f3349
commit ed51bb99fa
7 changed files with 77 additions and 4 deletions
+4
View File
@@ -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");