diff options
Diffstat (limited to 'app/User.php')
| -rw-r--r-- | app/User.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/User.php b/app/User.php index 221c2a742b..b7a7f76c71 100644 --- a/app/User.php +++ b/app/User.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,9 +13,10 @@ 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 User - Provide an interface to the wt_user table. + * Provide an interface to the wt_user table. */ class User { /** @var string The primary key of this user. */ |
