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