diff options
Diffstat (limited to 'app/Controller/ChartController.php')
| -rw-r--r-- | app/Controller/ChartController.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Controller/ChartController.php b/app/Controller/ChartController.php index 19f0f02f52..59fae077dd 100644 --- a/app/Controller/ChartController.php +++ b/app/Controller/ChartController.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Controller; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,13 +13,15 @@ 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\Filter; use Fisharebest\Webtrees\I18N; use Fisharebest\Webtrees\Individual; use Fisharebest\Webtrees\Theme; /** - * Class ChartController - Base controller for all chart pages + * Base controller for all chart pages */ class ChartController extends PageController { /** @var Individual Who is chart about? */ |
