mscherer 5 年之前
父节点
当前提交
32be0373a2
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      docs/Behavior/Bitmasked.md

+ 0 - 2
docs/Behavior/Bitmasked.md

@@ -112,8 +112,6 @@ When using select dropdows, you usually want to use type `contain` instead of `e
 $this->Comments->find('bits', ['bits' => $statuses, 'type' => 'contain])->toArray();
 ```
 
-Note: This requires Search `^4.2.1`!
-
 ### Configuration
 
 The default `onMarshal` expects you to require validation (not empty, ...) on this field.