diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-26 11:34:52 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-26 11:34:52 +0100 |
commit | 5632770c86d30361fe0c3eefc7d327786b478702 (patch) | |
tree | 0b5f2c00cf4c09719a9b8c076208b592218116bd /framework/Wsat/TWsatUserManager.php | |
parent | a6dbcf68802645bbe16b4b927367c42fde127944 (diff) |
Removed Wsat, will live in its own branch
Diffstat (limited to 'framework/Wsat/TWsatUserManager.php')
-rw-r--r-- | framework/Wsat/TWsatUserManager.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/framework/Wsat/TWsatUserManager.php b/framework/Wsat/TWsatUserManager.php deleted file mode 100644 index 1dfd2288..00000000 --- a/framework/Wsat/TWsatUserManager.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php - -Prado::using('System.Security.TUserManager'); - -/** - * Description of TWsatUserManager - * - * @author Daniel - */ -class TWsatUserManager extends TUserManager { - - public function init($config) { - parent::init($config); - } - -} - -?> |