diff options
author | Daniel <darthdaniel85@gmail.com> | 2013-11-26 10:32:35 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2013-11-26 10:32:35 -0500 |
commit | 96957c384a549a5cf7ad9c0e330307cc362a1c09 (patch) | |
tree | 7d8c7166281517b3e56ae3399b4fef2ba3d5b354 /framework/Wsat/pages/TWsatHome.php | |
parent | 227ef973f923ec201a1ece197f6242b3248c66ae (diff) |
Adjusting to PRADO code style...
Diffstat (limited to 'framework/Wsat/pages/TWsatHome.php')
-rw-r--r-- | framework/Wsat/pages/TWsatHome.php | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/framework/Wsat/pages/TWsatHome.php b/framework/Wsat/pages/TWsatHome.php index 035dd7c6..c5291ed7 100644 --- a/framework/Wsat/pages/TWsatHome.php +++ b/framework/Wsat/pages/TWsatHome.php @@ -9,12 +9,9 @@ * @since 3.3 * @package Wsat.pages */ - Prado::using("System.Wsat.TWsatARGenerator"); -class TWsatHome extends TPage { - - -} - -?>
\ No newline at end of file +class TWsatHome extends TPage +{ + +}
\ No newline at end of file |