call(AccountTypeSeeder::class); $this->call(TransactionCurrencySeeder::class); $this->call(TransactionTypeSeeder::class); $this->call(PermissionSeeder::class); $this->call(TestDataSeeder::class); } }