diff options
Diffstat (limited to 'reportengine.php')
| -rw-r--r-- | reportengine.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportengine.php b/reportengine.php index d7aecb6f80..105f90045b 100644 --- a/reportengine.php +++ b/reportengine.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,6 +13,8 @@ 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\Controller\PageController; use Fisharebest\Webtrees\Functions\FunctionsPrint; use Fisharebest\Webtrees\Report\ReportHtml; |
