Browse Source

Fixed syntax error caused by bad csfix run

tags/2.0.14
SilverFire - Dmitry Naumenko 7 years ago
parent
commit
820e502d64
No known key found for this signature in database
GPG Key ID: 39DD917A92B270A
  1. 5
      framework/behaviors/CacheableWidgetBehavior.php

5
framework/behaviors/CacheableWidgetBehavior.php

@ -41,6 +41,11 @@ use yii\di\Instance;
* }
* ```
*
* @property Widget $owner
*
* @author Nikolay Oleynikov <oleynikovny@mail.ru>
* @since 2.0.14
*/
class CacheableWidgetBehavior extends Behavior
{
/**

Loading…
Cancel
Save