diff options
author | David <ottodavid@gmx.net> | 2015-08-08 22:48:07 +0200 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2015-08-09 09:44:04 +0200 |
commit | 92ee7558c6b6dd2461b645cb1f19a81ef8c50db5 (patch) | |
tree | c0cad47bd972c6b2c2b38fb144a417268e1bbd5a /framework/Wsat/TWsatScaffoldingGenerator.php | |
parent | 835e3f8c3a68b5a4577b0e1784f0e8eb1724a525 (diff) |
Removed redundand Prado::using statements
Diffstat (limited to 'framework/Wsat/TWsatScaffoldingGenerator.php')
-rw-r--r-- | framework/Wsat/TWsatScaffoldingGenerator.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Wsat/TWsatScaffoldingGenerator.php b/framework/Wsat/TWsatScaffoldingGenerator.php index 4b8b3adb..1c2d0a9a 100644 --- a/framework/Wsat/TWsatScaffoldingGenerator.php +++ b/framework/Wsat/TWsatScaffoldingGenerator.php @@ -13,7 +13,6 @@ namespace Prado\Wsat; use Prado\Prado; -Prado::using("System.Wsat.TWsatBaseGenerator"); class TWsatScaffoldingGenerator extends TWsatBaseGenerator { |