mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-04 08:09:09 +00:00 
			
		
		
		
	Added Sao Paulo Brazil to locations
Added Sao Paulo Brazil to locations
This commit is contained in:
		
							parent
							
								
									810954c145
								
							
						
					
					
						commit
						4cf38ba45c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -96,6 +96,7 @@ class LocationsSeeder extends Seeder
 | 
				
			||||||
            ['name' => 'Zurich, Switzerland'],
 | 
					            ['name' => 'Zurich, Switzerland'],
 | 
				
			||||||
            ['name' => 'Quebec, Canada'],
 | 
					            ['name' => 'Quebec, Canada'],
 | 
				
			||||||
            ['name' => 'Kharkiv, Ukraine'],
 | 
					            ['name' => 'Kharkiv, Ukraine'],
 | 
				
			||||||
 | 
					            ['name' => 'Sao Paulo, Brazil'],
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        DB::table('locations')->insert($locations);
 | 
					        DB::table('locations')->insert($locations);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue