v0.5.1 - Made contact phone number optional and updated data in seeders.
This commit is contained in:
@@ -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' => "",
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user