Skip to content

Commit 494d869

Browse files
committed
Adjust auto activate version.
1 parent ea3f166 commit 494d869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Annotator/ModelAnnotator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function __construct(Io $io, array $config) {
6464
$tableBehaviors = [
6565
static::BEHAVIOR_MIXIN,
6666
];
67-
if (version_compare(Configure::version(), '5.2.2', '>=')) {
67+
if (version_compare(Configure::version(), '5.2.3', '>=')) {
6868
$tableBehaviors[] = static::BEHAVIOR_EXTENDS;
6969
}
7070
}

0 commit comments

Comments
 (0)