Commit 3f22d18d by Qiang Xue

typo fix.

parent 4d5985b1
......@@ -76,7 +76,7 @@ abstract class Dependency extends \yii\base\Object
if (!array_key_exists($this->_hash, self::$_reusableData)) {
self::$_reusableData[$this->_hash] = $this->generateDependencyData();
}
return self::$_reusableData[$this->_hash] !== $this->_data;
return self::$_reusableData[$this->_hash] !== $this->data;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment