mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Fix duplicate call to licenses seeder
This commit is contained in:
parent
20be670648
commit
e9c77198d7
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue