diff options
Diffstat (limited to 'app/Tree.php')
| -rw-r--r-- | app/Tree.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Tree.php b/app/Tree.php index 660c92efe4..c656e34d48 100644 --- a/app/Tree.php +++ b/app/Tree.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,13 +13,14 @@ 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\FunctionsExport; use Fisharebest\Webtrees\Functions\FunctionsImport; use PDOException; /** - * Class Tree - Provide an interface to the wt_gedcom table + * Provide an interface to the wt_gedcom table. */ class Tree { /** @var int The tree's ID number */ |
