mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
Added phpdoc
This commit is contained in:
parent
14ff4efd2c
commit
b245a3cba4
@ -54,6 +54,9 @@ class ActiveRecord extends \yii\db\ActiveRecord implements \Serializable
|
||||
return parent::beforeSave($insert);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function afterSave($insert, $changedAttributes)
|
||||
{
|
||||
if ($this->hasAttribute('created_at') && $this->created_at instanceof Expression) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user