v0.5.1 - Made contact phone number optional and updated data in seeders.

This commit is contained in:
frederikpyt
2020-08-05 13:29:45 +02:00
parent 5f08267ec5
commit 76bea82eea
6 changed files with 13 additions and 11 deletions
+5 -5
View File
@@ -23,35 +23,35 @@ 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>",
],
[
'contactname' => "Thomas Thomsen",
'email' => "thth@sde.dk",
'title' => "Kollegieassistent",
'phone' => "24629450",
'phone' => "",
'phonetimes' => "",
],
[
'contactname' => "Anja Holm Brix",
'email' => "ahb@sde.dk",
'title' => "Kollegieassistent",
'phone' => "24629450",
'phone' => "",
'phonetimes' => "",
],
[
'contactname' => "Britta Overgaard Brink Olsen",
'email' => "brio@sde.dk",
'title' => "Kollegieassistent",
'phone' => "24629450",
'phone' => "",
'phonetimes' => "",
],
[
'contactname' => "Jesper Sandberg",
'email' => "jesa@sde.dk",
'title' => "Kollegieassistent",
'phone' => "24629450",
'phone' => "",
'phonetimes' => "",
],
];