From 11575213f2f3689b262c14d21a4d531d0309d4e1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Jun 2016 20:33:43 +0200 Subject: [PATCH] Comment added --- Models/Account.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Models/Account.php b/Models/Account.php index c8ae20f..5deece2 100644 --- a/Models/Account.php +++ b/Models/Account.php @@ -15,6 +15,17 @@ */ namespace Modules\Admin\Models; +/** + * Account class. + * + * @category Modules + * @package Modules\Admin + * @author OMS Development Team + * @author Dennis Eichhorn + * @license OMS License 1.0 + * @link http://orange-management.com + * @since 1.0.0 + */ class Account extends \phpOMS\Account\Account { }