Documentation and minor fixes
This commit is contained in:
@@ -17,8 +17,6 @@ class RoomSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
$items = [
|
||||
['building_id' => Building::where('name','=','Bygning 7')->first()->id,'name' => '7X1'],
|
||||
['building_id' => Building::where('name','=','Bygning 8')->first()->id,'name' => '8X1'],
|
||||
];
|
||||
foreach ($items as $item) {
|
||||
Room::create($item);
|
||||
|
||||
Reference in New Issue
Block a user