mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fixed some db bugs. These will only pop up when developing.
This commit is contained in:
@@ -14,11 +14,11 @@ class DatabaseSeeder extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
$this->call('AccountTypeSeeder');
|
||||
$this->call('TransactionCurrencySeeder');
|
||||
$this->call('TransactionTypeSeeder');
|
||||
$this->call('PermissionSeeder');
|
||||
$this->call('TestDataSeeder');
|
||||
$this->call(AccountTypeSeeder::class);
|
||||
$this->call(TransactionCurrencySeeder::class);
|
||||
$this->call(TransactionTypeSeeder::class);
|
||||
$this->call(PermissionSeeder::class);
|
||||
$this->call(TestDataSeeder::class);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user