diff options
author | emkael <emkael@tlen.pl> | 2016-04-06 10:50:05 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-04-06 10:50:05 +0200 |
commit | 609e2d582d2b5a3765e0b30c1bc983e5ac8f960b (patch) | |
tree | 2af7fbc2a23cd21e714ef6f8a008b8920050746d /app/php | |
parent | eb4b028469dc10ee4fd37a161606ccb11b880225 (diff) |
* Facade class includes TSqlMapGateway (which was unavailable after unserialization)
Diffstat (limited to 'app/php')
-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 = []; |