diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/php/facades/Facade.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/php/facades/Facade.php b/app/php/facades/Facade.php index 742365c..d63d22a 100644 --- a/app/php/facades/Facade.php +++ b/app/php/facades/Facade.php @@ -1,5 +1,7 @@ <?php +Prado::using('System.Data.SqlMap.TSqlMapGateway'); + class Facade { protected static $_instances = []; |