From 106ed0861bd6235f7fc584baa107977b6b0faf98 Mon Sep 17 00:00:00 2001 From: A S Date: Mon, 14 Jan 2019 11:26:24 +0100 Subject: [PATCH] PHPDoc correction (#1896) Corrected class (changed from old deprecated to new Behavior) --- core/behaviors/TimestampBehavior.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/behaviors/TimestampBehavior.php b/core/behaviors/TimestampBehavior.php index 593758901..99ff48ed5 100644 --- a/core/behaviors/TimestampBehavior.php +++ b/core/behaviors/TimestampBehavior.php @@ -12,7 +12,7 @@ * * ```php * 'timestamp' => [ - * 'class' => \luya\behaviors\Timestamp::class, + * 'class' => \luya\behaviors\TimestampBehavior::class, * 'insert' => ['last_update'], * 'update' => ['last_update'], * ]