Skip to content

Commit

Permalink
TimestampBehavior: changed DB column names to default
Browse files Browse the repository at this point in the history
  • Loading branch information
BioSin committed Sep 17, 2016
1 parent c552d41 commit 426d8dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/behaviors/TimestampBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

class TimestampBehavior extends \yii\behaviors\TimestampBehavior
{
public $createdAtAttribute = 'createdAt';
public $updatedAtAttribute = 'updatedAt';

public function init()
{
parent::init();
Expand Down

0 comments on commit 426d8dc

Please sign in to comment.