phone number and admin name

This commit is contained in:
Neerholt 2020-08-05 10:22:10 +02:00
parent 5f08267ec5
commit 5fa22d748a
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ class ContactSeeder extends Seeder
'contactname' => "Birgitte True",
'email' => "bit@sde.dk",
'title' => "",
'phone' => "40886515",
'phone' => "63126715",
'phonetimes' => "<p><strong>Mandag-Torsdag:</strong> 8.00-15.00<br><strong>Fredag:</strong> 8.00-12.00</p>",
],
[

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;