This commit is contained in:
Roland Schneider 2016-01-04 09:02:26 +01:00
commit dcd94f5d1a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,5 +3,5 @@ return [
'adminEmail' => 'rocho02@gmail.com',
'supportEmail' => 'rocho02@gmail.com',
'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.14'
'version' => 'v0.0.15'
];