Documentation and minor fixes

This commit is contained in:
dann4624
2022-09-28 11:33:50 +02:00
parent 2d04a269e6
commit 81ea1f10f9
11 changed files with 33 additions and 129 deletions
-3
View File
@@ -16,9 +16,6 @@ class BuildingSeeder extends Seeder
public function run()
{
$items = [
['name' => 'Bygning 7'],
['name' => 'Bygning 8'],
['name' => 'Test Building'],
];
foreach ($items as $item) {
Building::create($item);