diff options
Diffstat (limited to 'app/Controller/RepositoryController.php')
| -rw-r--r-- | app/Controller/RepositoryController.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Controller/RepositoryController.php b/app/Controller/RepositoryController.php index 1a4478125e..820e6a8e9d 100644 --- a/app/Controller/RepositoryController.php +++ b/app/Controller/RepositoryController.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\Auth; use Fisharebest\Webtrees\Filter; @@ -24,7 +23,7 @@ use Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\Repository; /** - * Class RepositoryController - Controller for the repository page + * Controller for the repository page */ class RepositoryController extends GedcomRecordController { /** |
