From 7d44b5fa7b34a7d8e3c86589edd8f5980d6f3c2d Mon Sep 17 00:00:00 2001 From: _alvian Date: Mon, 9 Oct 2017 13:07:27 +0700 Subject: [PATCH] git fix class using in Query --- Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Query.php b/Query.php index eb6838e..4d449a4 100644 --- a/Query.php +++ b/Query.php @@ -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;