summaryrefslogtreecommitdiff
path: root/app/Factories/GedcomRecordFactory.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-03-31PHP 8.2 - union typesGreg Roach1-10/+4
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-1/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-1/+1
2023-01-11CodeStyle - ::class constantGreg Roach1-1/+1
2022-09-30Use arrow functionsGreg Roach1-8/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-09-07PHPdocGreg Roach1-2/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-31/+31
2020-09-08Use factory to create caches and filesystemsGreg Roach1-1/+1
2020-05-18Fix: #3264 - pending changes block uses wrong record typeGreg Roach1-0/+27
2020-05-14Initial support for _LOC records and _GOV factsGreg Roach1-0/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+1
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-0/+203