Documentation and minor fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user