Fixed seeder

This commit is contained in:
Graham Campbell
2015-08-03 21:49:45 +01:00
parent 60536d5334
commit 549c4e1594

View File

@@ -47,6 +47,7 @@ class IncidentTableSeeder extends Seeder
[
'name' => 'Test Incident',
'message' => 'Something went wrong, oh noes.',
'status' => 1,
'component_id' => 0,
'scheduled_at' => null,
'visible' => 1,