mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
取消驱动配置的namespace参数
This commit is contained in:
@@ -156,8 +156,7 @@ class sessionTest extends \PHPUnit_Framework_TestCase
|
||||
'use_cookies' => '1',
|
||||
'cache_limiter' => '60',
|
||||
'cache_expire' => '60',
|
||||
'type' => 'memcache', //
|
||||
'namespace' => '\\think\\session\\driver\\', // ?
|
||||
'type' => '\\think\\session\\driver\\Memcache', //
|
||||
'auto_start' => '1',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user