diff options
Diffstat (limited to 'app/Controller/BranchesController.php')
| -rw-r--r-- | app/Controller/BranchesController.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Controller/BranchesController.php b/app/Controller/BranchesController.php index 012e91f87b..ccd6215c5f 100644 --- a/app/Controller/BranchesController.php +++ b/app/Controller/BranchesController.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\Auth; use Fisharebest\Webtrees\Database; use Fisharebest\Webtrees\Family; @@ -26,7 +26,7 @@ use Fisharebest\Webtrees\Individual; use Fisharebest\Webtrees\Soundex; /** - * Class BranchesController - Controller for the branches list + * Controller for the branches list */ class BranchesController extends PageController { /** @var string Generate the branches for this surname */ |
