* @license MIT (https://github.com/paulzi/yii2-nested-sets/blob/master/LICENSE) */ namespace paulzi\nestedsets\tests\models; use paulzi\nestedsets\NestedSetsQueryTrait; /** * @author PaulZi */ class NodeQuery extends \yii\db\ActiveQuery { use NestedSetsQueryTrait; }