diff options
author | xue <> | 2007-03-09 20:21:01 +0000 |
---|---|---|
committer | xue <> | 2007-03-09 20:21:01 +0000 |
commit | 488bc60e3e84096ee2a58471c8028cb3c682b371 (patch) | |
tree | 1701b88afeac4736baef2cc755a3123e4a0733fa /.gitattributes | |
parent | 8a674fb83fa2dd80bc653745e03b24450a9cf68d (diff) |
added TDbUserManager and TDbUser.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 35538c44..74d07fd3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1890,6 +1890,7 @@ framework/PradoBase.php -text framework/Security/IUserManager.php -text framework/Security/TAuthManager.php -text framework/Security/TAuthorizationRule.php -text +framework/Security/TDbUserManager.php -text framework/Security/TSecurityManager.php -text framework/Security/TUser.php -text framework/Security/TUserManager.php -text |