diff options
Diffstat (limited to 'framework/Web/THttpSessionCookieMode.php')
-rw-r--r-- | framework/Web/THttpSessionCookieMode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/THttpSessionCookieMode.php b/framework/Web/THttpSessionCookieMode.php index 25538394..4aab1556 100644 --- a/framework/Web/THttpSessionCookieMode.php +++ b/framework/Web/THttpSessionCookieMode.php @@ -25,7 +25,7 @@ namespace Prado\Web; * @package Prado\Web * @since 3.0.4 */ -class THttpSessionCookieMode extends TEnumerable +class THttpSessionCookieMode extends \Prado\TEnumerable { const None='None'; const Allow='Allow'; |