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