Skip to content

Commit

Permalink
Merge d960061 into a6ae360
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMcWeed committed Jan 14, 2019
2 parents a6ae360 + d960061 commit 8cabf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/behaviors/TimestampBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* ```php
* 'timestamp' => [
* 'class' => \luya\behaviors\Timestamp::class,
* 'class' => \luya\behaviors\TimestampBehavior::class,
* 'insert' => ['last_update'],
* 'update' => ['last_update'],
* ]
Expand Down

0 comments on commit 8cabf5d

Please sign in to comment.