Skip to content

Commit

Permalink
Working on GEDCOM elements
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Feb 26, 2021
1 parent 215c7de commit 83fed92
Show file tree
Hide file tree
Showing 98 changed files with 1,639 additions and 6,617 deletions.
448 changes: 0 additions & 448 deletions app/Config.php

This file was deleted.

2 changes: 1 addition & 1 deletion app/Fact.php
Expand Up @@ -439,7 +439,7 @@ public function getTag(): string
*
* @deprecated since 2.0.5. Will be removed in 2.1.0
*/
public function setTag(string $tag): void
public function setTag($tag): void
{
$this->tag = $tag;
}
Expand Down
2 changes: 1 addition & 1 deletion app/Factories/ImageFactory.php
Expand Up @@ -2,7 +2,7 @@

/**
* webtrees: online genealogy
* Copyright (C) 2021 webtrees development team
* Copyright (C) 2021 webtrees development team
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
Expand Down
185 changes: 0 additions & 185 deletions app/Factory.php

This file was deleted.

81 changes: 0 additions & 81 deletions app/Functions/FunctionsDate.php

This file was deleted.

0 comments on commit 83fed92

Please sign in to comment.