Add Material Design for Public and Admin

This commit is contained in:
Mathieu Lagace
2019-08-14 15:29:37 -04:00
parent cb3fdc44e2
commit 9f85296cea
960 changed files with 410664 additions and 7451 deletions

View File

@@ -187,6 +187,26 @@ class ConfigsTableSeeder extends Seeder
'state' => 0,
'data' => '["https://drive.google.com/uc?export=download&id=1i1a0sjI8I3nzt4mlcLvznjqYF-12JgfQ"]'
],
[
'name' => 'admin_periode_begin',
'state' => 0,
'data' => '["1" => "19:10","2" => "20:30"]'
],
[
'name' => 'admin_periode_end',
'state' => 0,
'data' => '["1" => "20:10","2" => "21:20"]'
],
[
'name' => 'admin_periode_nb',
'state' => 0,
'data' => '["2"]'
],
[
'name' => 'admin_level_in_schedule_nb',
'state' => 0,
'data' => '["3"]'
]
]);
}
}