class ActiveDataProvider extends \yii\data\ActiveDataProvider
52
{
53
/**
54
* @inheritdoc
55
*/
56
protected function prepareTotalCount()
57
{
58
if (!$this->query instanceof QueryInterface) {
59
throw new InvalidConfigException('The "query" property must be an instance of a class that implements the QueryInterface e.g. yii\db\Query or its subclasses.');