summaryrefslogtreecommitdiff
path: root/app/Factories/SourceFactory.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-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 8.2 - union typesGreg Roach1-9/+3
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-7/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-09-07PHPdocGreg Roach1-2/+1
2021-04-12Simplify GEDCOM record factoriesGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-08Use factory to create caches and filesystemsGreg Roach1-2/+3
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-0/+113