diff options
Diffstat (limited to 'app/Controller/SourceController.php')
| -rw-r--r-- | app/Controller/SourceController.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Controller/SourceController.php b/app/Controller/SourceController.php index 6877a79c5b..5f7c794f4d 100644 --- a/app/Controller/SourceController.php +++ b/app/Controller/SourceController.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\Filter; use Fisharebest\Webtrees\I18N; @@ -23,7 +23,7 @@ use Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\Source; /** - * Class SourceController - Controller for the source page + * Controller for the source page */ class SourceController extends GedcomRecordController { /** |
