Send through blank description in the seeder

This commit is contained in:
James Brooks
2015-01-16 10:48:30 +00:00
parent e3e213a552
commit 1e78e3769b

View File

@@ -36,6 +36,7 @@ class ComponentTableSeeder extends Seeder
"tags" => "",
], [
"name" => "Website",
"description" => "",
"status" => 1,
"user_id" => 1,
"order" => 0,