This commit is contained in:
thinkphp
2017-04-01 16:50:56 +08:00
5 changed files with 0 additions and 5 deletions

View File

@@ -11,7 +11,6 @@
namespace think\model\relation;
use think\Db;
use think\db\Query;
use think\Loader;
use think\Model;

View File

@@ -11,7 +11,6 @@
namespace think\model\relation;
use think\Db;
use think\db\Query;
use think\Exception;
use think\Loader;

View File

@@ -11,7 +11,6 @@
namespace think\model\relation;
use think\Db;
use think\db\Query;
use think\Exception;
use think\Loader;

View File

@@ -11,7 +11,6 @@
namespace think\model\relation;
use think\Db;
use think\db\Query;
use think\Exception;
use think\Loader;

View File

@@ -17,7 +17,6 @@ namespace tests\thinkphp\library\think;
use think\Config;
use think\Request;
use think\Route;
class requestTest extends \PHPUnit_Framework_TestCase
{