diff options
Diffstat (limited to 'app/Config.php')
| -rw-r--r-- | app/Config.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app/Config.php b/app/Config.php index c232b16637..a91d6b733b 100644 --- a/app/Config.php +++ b/app/Config.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,11 +13,11 @@ 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; /** - * Class Config - Application configuration data. Data here has no - * GUI to edit it, although most of it can be altered to customise local - * installations. + * Application configuration data. Data here has no GUI to edit it, + * although most of it can be altered to customise local installations. */ class Config { /** |
