Skip to content

Commit

Permalink
Merge pull request #4 from tioncico/master
Browse files Browse the repository at this point in the history
命名空间修复
  • Loading branch information
evalor authored Jun 13, 2019
2 parents 55572fa + ada45ae commit f6026f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use EasySwoole\Component\Pool\PoolConf;
use EasySwoole\Component\Pool\PoolManager;
use EasySwoole\Component\Singleton;
use EasySwoole\MysqliPool\RedisPoolException;
use EasySwoole\RedisPool\RedisPoolException;
use EasySwoole\Utility\Random;

class Redis
Expand Down Expand Up @@ -108,4 +108,4 @@ public function pool(string $name):?AbstractPool
return null;
}
}
}
}
4 changes: 2 additions & 2 deletions src/RedisPoolException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
* Time: 下午11:08
*/

namespace EasySwoole\MysqliPool;
namespace EasySwoole\RedisPool;


class RedisPoolException extends \Exception
{

}
}

0 comments on commit f6026f0

Please sign in to comment.