summaryrefslogtreecommitdiff
path: root/app/Controller/GedcomRecordController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/GedcomRecordController.php')
-rw-r--r--app/Controller/GedcomRecordController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Controller/GedcomRecordController.php b/app/Controller/GedcomRecordController.php
index ebaf14eb9b..9be223977c 100644
--- a/app/Controller/GedcomRecordController.php
+++ b/app/Controller/GedcomRecordController.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Controller;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,8 @@ 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\Family;
use Fisharebest\Webtrees\FlashMessages;
use Fisharebest\Webtrees\GedcomRecord;
@@ -27,7 +27,7 @@ use Fisharebest\Webtrees\Repository;
use Fisharebest\Webtrees\Source;
/**
- * Class GedcomRecordController - Base controller for all GedcomRecord controllers
+ * Base controller for all GedcomRecord controllers
*/
class GedcomRecordController extends PageController {
/**