Skip to content

Commit 1e66c51

Browse files
Fix Syntax Error in PersonAnciFactory
1 parent 57b4712 commit 1e66c51

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/Models/Gedcom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ protected function casts(): array
2828
'data' => 'array',
2929
];
3030
}
31-
}
31+
}

app/Models/Geneanum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ protected function casts(): array
2828
'data' => 'array',
2929
];
3030
}
31-
}
31+
}

app/Models/ImportJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
class ImportJob extends \FamilyTree365\LaravelGedcom\Models\ImportJob
88
{
99
use HasFactory;
10-
}
10+
}

database/factories/PersonAnciFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ public function definition()
2828
];
2929
}
3030
}
31-
}
31+
// Remove the extra closing brace

tests/Filament/Resources/PersonAnciResourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ public function testDeletePersonAnci(): void
6161
$response->assertStatus(302);
6262
$this->assertSoftDeleted($personAnci);
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)