mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 00:20:44 +08:00
Merge pull request #772 from callmez/master
GroupDependency::generateDependencyData typo fix
This commit is contained in:
@@ -44,7 +44,7 @@ class GroupDependency extends Dependency
|
|||||||
{
|
{
|
||||||
$version = $cache->get(array(__CLASS__, $this->group));
|
$version = $cache->get(array(__CLASS__, $this->group));
|
||||||
if ($version === false) {
|
if ($version === false) {
|
||||||
$version = $this->invalidate($cache, array(__CLASS__, $this->group));
|
$version = $this->invalidate($cache, $this->group);
|
||||||
}
|
}
|
||||||
return $version;
|
return $version;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user