diff options
Diffstat (limited to 'app/Theme.php')
| -rw-r--r-- | app/Theme.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Theme.php b/app/Theme.php index f5fd1bf816..eb338ba10c 100644 --- a/app/Theme.php +++ b/app/Theme.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,10 +13,12 @@ namespace Fisharebest\Webtrees; * 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; + use Fisharebest\Webtrees\Theme\ThemeInterface; /** - * Class Theme - provide access to the current theme. + * Provide access to the current theme. */ class Theme { /** @var ThemeInterface The current theme*/ |
