diff options
Diffstat (limited to 'app/Fact.php')
| -rw-r--r-- | app/Fact.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Fact.php b/app/Fact.php index 95470d5432..b468f6b085 100644 --- a/app/Fact.php +++ b/app/Fact.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,10 +13,12 @@ namespace Fisharebest\Webtrees; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees; + use Fisharebest\Webtrees\Functions\FunctionsPrint; /** - * Class Fact - Class that defines an event details object + * A GEDCOM fact or event object. */ class Fact { /** @var string Unique identifier for this fact (currently implemented as a hash of the raw data). */ |
