refactoring

This commit is contained in:
Ilya Rumyancev (MacBook)
2017-04-14 00:44:05 +03:00
parent a3a51c9c10
commit 9f02264965
13 changed files with 70 additions and 80 deletions

View File

@@ -1,11 +1,11 @@
<?php
namespace devgroup\arangodb\console\controllers;
namespace explosivebit\arangodb\console\controllers;
use devgroup\arangodb\Connection;
use devgroup\arangodb\Exception;
use devgroup\arangodb\Migration;
use devgroup\arangodb\Query;
use explosivebit\arangodb\Connection;
use explosivebit\arangodb\Exception;
use explosivebit\arangodb\Migration;
use explosivebit\arangodb\Query;
use yii;
use yii\console\controllers\BaseMigrateController;
@@ -25,7 +25,7 @@ class MigrateController extends BaseMigrateController
/**
* @inheritdoc
*/
public $templateFile = '@devgroup/arangodb/views/migration.php';
public $templateFile = '@explosivebit/arangodb/views/migration.php';
/**
* @var Connection|string the DB connection object or the application
* component ID of the DB connection.