Browse Source

Merge pull request #11227 from Faryshta/patch-6

[doc] link to unexistant class
tags/2.0.8
Dmitry Naumenko 9 years ago
parent
commit
c3bb3c40f0
  1. 2
      framework/behaviors/TimestampBehavior.php

2
framework/behaviors/TimestampBehavior.php

@ -51,7 +51,7 @@ use yii\db\BaseActiveRecord;
* }
* ```
*
* In case you use an [[Expression]] object as in the example above, the attribute will not hold the timestamp value, but
* In case you use an [[\yii\db\Expression]] object as in the example above, the attribute will not hold the timestamp value, but
* the Expression object itself after the record has been saved. If you need the value from DB afterwards you should call
* the [[\yii\db\ActiveRecord::refresh()|refresh()]] method of the record.
*

Loading…
Cancel
Save