git fix class using in Query

This commit is contained in:
_alvian 2017-10-09 13:07:27 +07:00
parent 6ccd02730c
commit 7d44b5fa7b

View File

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