Fix duplicate call to licenses seeder

This commit is contained in:
snipe 2017-10-07 04:54:16 -07:00
parent 20be670648
commit e9c77198d7

View file

@ -30,7 +30,6 @@ class DatabaseSeeder extends Seeder
$this->call(LicenseSeeder::class);
$this->call(ComponentSeeder::class);
$this->call(ConsumableSeeder::class);
$this->call(LicenseSeeder::class);
$this->call(ActionlogSeeder::class);
$this->call(CustomFieldSeeder::class);