diff options
| author | glarwill <58348988+glarwill@users.noreply.github.com> | 2021-06-23 00:58:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 08:58:26 +0100 |
| commit | acded4704268af582f9e51c164aad2947c0b804b (patch) | |
| tree | feda68699f7279a93935d0f819f53d83dbd7e02d /app/Census/CensusOfCanada.php | |
| parent | 30e63383b10bafff54347985dcdbd10c40c33f62 (diff) | |
| download | webtrees-acded4704268af582f9e51c164aad2947c0b804b.tar.gz webtrees-acded4704268af582f9e51c164aad2947c0b804b.tar.bz2 webtrees-acded4704268af582f9e51c164aad2947c0b804b.zip | |
Can census (#3935)
* Added 3 years of Canada Census formats
* Added tests for Canadian census data
* Fixed month-day order and moved Canadian to bottom of default
* a bit of cleanup to the spacing, and comments
* Fix style for spacing
* Added two additional years of Canada census
Diffstat (limited to 'app/Census/CensusOfCanada.php')
| -rw-r--r-- | app/Census/CensusOfCanada.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Census/CensusOfCanada.php b/app/Census/CensusOfCanada.php index 9a37a0403c..922c10f2d0 100644 --- a/app/Census/CensusOfCanada.php +++ b/app/Census/CensusOfCanada.php @@ -35,6 +35,8 @@ class CensusOfCanada extends Census implements CensusPlaceInterface new CensusOfCanada1881(), new CensusOfCanada1891(), new CensusOfCanada1901(), + new CensusOfCanada1911(), + new CensusOfCanada1921(), ]; } |
