Fixed seeding

This commit is contained in:
Graham Campbell
2015-01-01 16:00:19 +00:00
parent 860d5e8cbe
commit a1e91be91c
5 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use Illuminate\Database\Seeder;
class ComponentTableSeeder extends Seeder
{
/**
* Run the database seeds.
* Run the database seeding.
*
* @return void
*/