mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 05:50:55 +08:00
integrate laravel framework
This commit is contained in:
@@ -29,7 +29,7 @@ class class_cache_redis {
|
||||
|
||||
private function connect()
|
||||
{
|
||||
$config = config('database.redis');
|
||||
$config = nexus_config('nexus.redis');
|
||||
if (empty($config['host'])) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user