diff options
Diffstat (limited to 'app/Controller/SimpleController.php')
| -rw-r--r-- | app/Controller/SimpleController.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Controller/SimpleController.php b/app/Controller/SimpleController.php index fbbfd4d095..6385766d50 100644 --- a/app/Controller/SimpleController.php +++ b/app/Controller/SimpleController.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Controller; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,9 +13,10 @@ 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; /** - * Class SimpleController - Controller for all popup pages + * Controller for all popup pages */ class SimpleController extends PageController { /** |
