add property common > config > components > assetmanager > timestamp = true

This commit is contained in:
2016-02-28 16:29:58 +01:00
parent b8fbffa749
commit 35accca381
3 changed files with 5 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ return [
'class' => 'yii\rbac\DbManager'
],
'assetManager' =>[
// 'appendTimestamp' => true
'appendTimestamp' => true
]
],
];