mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Newlines [skip ci]
This commit is contained in:
		| @@ -22,7 +22,7 @@ class DatabaseSeeder extends Seeder | ||||
|         $this->call('TransactionTypeSeeder'); | ||||
|         $this->call('PermissionSeeder'); | ||||
|  | ||||
|         if (App::environment() == 'testing' || App::environment() == 'homestead' || gethostname() == 'vagrant-firefly-iii') { | ||||
|         if (App::environment() == 'testing' || App::environment() == 'homestead' || gethostname() == 'lightning') { | ||||
|             $this->call('TestDataSeeder'); | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user