diff options
Diffstat (limited to 'app/Functions/FunctionsExport.php')
| -rw-r--r-- | app/Functions/FunctionsExport.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Functions/FunctionsExport.php b/app/Functions/FunctionsExport.php index 03b0c63ad2..3514c0eb00 100644 --- a/app/Functions/FunctionsExport.php +++ b/app/Functions/FunctionsExport.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Functions; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees\Functions; * 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\Functions; + use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\Database; use Fisharebest\Webtrees\Family; |
