diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-25 11:07:23 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-25 11:07:23 +0100 |
commit | a6dbcf68802645bbe16b4b927367c42fde127944 (patch) | |
tree | 46d845e9f7c81643b149cb96e4c1ead492d05610 /framework/Wsat/TWsatUserManager.php | |
parent | 7e088c697d0f6ebb5412bc3592e0833191c4c772 (diff) |
More git & linefeeds..
Diffstat (limited to 'framework/Wsat/TWsatUserManager.php')
-rw-r--r-- | framework/Wsat/TWsatUserManager.php | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/framework/Wsat/TWsatUserManager.php b/framework/Wsat/TWsatUserManager.php index b9a9eb8b..1dfd2288 100644 --- a/framework/Wsat/TWsatUserManager.php +++ b/framework/Wsat/TWsatUserManager.php @@ -1,18 +1,18 @@ -<?php
-
-Prado::using('System.Security.TUserManager');
-
-/**
- * Description of TWsatUserManager
- *
- * @author Daniel
- */
-class TWsatUserManager extends TUserManager {
-
- public function init($config) {
- parent::init($config);
- }
-
-}
-
-?>
+<?php + +Prado::using('System.Security.TUserManager'); + +/** + * Description of TWsatUserManager + * + * @author Daniel + */ +class TWsatUserManager extends TUserManager { + + public function init($config) { + parent::init($config); + } + +} + +?> |