mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-30 22:09:10 +00:00 
			
		
		
		
	Removed user being seeded
This commit is contained in:
		
							parent
							
								
									c662710300
								
							
						
					
					
						commit
						3b7c587249
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -8,7 +8,7 @@ class DatabaseSeeder extends Seeder | ||||||
| { | { | ||||||
|     public function run() |     public function run() | ||||||
|     { |     { | ||||||
|         \App\Models\User::factory(1)->create();//Disable demo first user creation
 |         //\App\Models\User::factory(1)->create();//Disable demo first user creation
 | ||||||
|         $this->call(SettingsSeeder::class); |         $this->call(SettingsSeeder::class); | ||||||
|         $this->call(ProvidersSeeder::class); |         $this->call(ProvidersSeeder::class); | ||||||
|         $this->call(LocationsSeeder::class); |         $this->call(LocationsSeeder::class); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue