summaryrefslogtreecommitdiff
path: root/app/Controller/FamilyBookController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/FamilyBookController.php')
-rw-r--r--app/Controller/FamilyBookController.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Controller/FamilyBookController.php b/app/Controller/FamilyBookController.php
index 2aac9d6ef9..454f8f9a7a 100644
--- a/app/Controller/FamilyBookController.php
+++ b/app/Controller/FamilyBookController.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Controller;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees\Controller;
* 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\Controller;
use Fisharebest\Webtrees\Filter;
use Fisharebest\Webtrees\Functions\FunctionsPrint;
@@ -23,7 +22,7 @@ use Fisharebest\Webtrees\Individual;
use Fisharebest\Webtrees\Theme;
/**
- * Class FamilyBookController - Controller for the familybook chart
+ * Controller for the familybook chart
*/
class FamilyBookController extends ChartController {
/** @var int Whether to show spouse details */