call('AccountTypeSeeder'); $this->call('TransactionCurrencySeeder'); $this->call('TransactionTypeSeeder'); if (App::environment() == 'testing') { $this->call('TestDataSeeder'); } } }