diff --git a/src/Attributes/Watch.php b/src/Attributes/Watch.php index da62740..3aa54d1 100644 --- a/src/Attributes/Watch.php +++ b/src/Attributes/Watch.php @@ -23,8 +23,13 @@ class Watch implements AttributeInterface public const BEFORE_SAVE = 1 << 0; + /** + * @deprecated Use INCLUDE_CREATE instead. + */ public const ON_CREATE = 1 << 1; + public const INCLUDE_CREATE = 1 << 1; + public const INCLUDE_UPDATE_WHERE = 1 << 2; /**