enhance query based on arangodb 3.2

This commit is contained in:
_alvian 2017-10-03 07:34:02 +07:00
parent c4c9b29e88
commit 094e92df66

View File

@ -3,8 +3,8 @@
namespace explosivebit\arangodb; namespace explosivebit\arangodb;
use Yii; use Yii;
use triagens\ArangoDb\Document; use ArangoDBClient\Document;
use triagens\ArangoDb\Statement; use ArangoDBClient\Statement;
use yii\base\Component; use yii\base\Component;
use yii\base\InvalidParamException; use yii\base\InvalidParamException;
use yii\base\NotSupportedException; use yii\base\NotSupportedException;