Fix generation of metrics, no longer sub an extra hour in calculation

This commit is contained in:
James Brooks
2015-05-22 15:32:55 +01:00
parent d24e83e0ae
commit e4ef64d014
5 changed files with 84 additions and 1 deletions
+1
View File
@@ -27,5 +27,6 @@ class DatabaseSeeder extends Seeder
$this->call('SettingsTableSeeder');
$this->call('IncidentTableSeeder');
$this->call('ComponentTableSeeder');
$this->call('MetricTableSeeder');
}
}