phone number and admin name

This commit is contained in:
2020-08-05 10:22:10 +02:00
parent 5f08267ec5
commit 5fa22d748a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ class UserSeeder extends Seeder
Log::debug("OPRET");
$user = new \App\User();
$user->name_first = "admin";
$user->name_last = "admin";
$user->name_first = "Admin";
$user->name_last = "Admin";
$user->email = "admin@admin.local";
$user->setPasswordAttribute("1234");
$user->phone = 12345678;