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 | |
parent | 7e088c697d0f6ebb5412bc3592e0833191c4c772 (diff) |
More git & linefeeds..
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Wsat/TWsatUserManager.php | 36 | ||||
-rw-r--r-- | framework/Wsat/pages/TWsatHome.php | 28 |
2 files changed, 32 insertions, 32 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); + } + +} + +?> diff --git a/framework/Wsat/pages/TWsatHome.php b/framework/Wsat/pages/TWsatHome.php index 3c1358e1..a7430911 100644 --- a/framework/Wsat/pages/TWsatHome.php +++ b/framework/Wsat/pages/TWsatHome.php @@ -1,15 +1,15 @@ -<?php
-
-/**
- * Description of Inicio
- *
- * @author daniels
- */
-Prado::using("System.Wsat.TWsatARGenerator");
-
-class TWsatHome extends TPage {
-
-
-}
-
+<?php + +/** + * Description of Inicio + * + * @author daniels + */ +Prado::using("System.Wsat.TWsatARGenerator"); + +class TWsatHome extends TPage { + + +} + ?>
\ No newline at end of file |