Removed Firefly’s ability to generate test data.

This commit is contained in:
James Cole
2016-12-24 14:48:14 +01:00
parent afe98cda9f
commit 9f2729d0ff
8 changed files with 0 additions and 3893 deletions

View File

@@ -28,7 +28,6 @@ class DatabaseSeeder extends Seeder
$this->call(TransactionCurrencySeeder::class);
$this->call(TransactionTypeSeeder::class);
$this->call(PermissionSeeder::class);
$this->call(TestDataSeeder::class);
}
}