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();
 $this->Comments->find('bits', ['bits' => $statuses, 'type' => 'contain])->toArray();
 ```
 ```
 
 
-Note: This requires Search `^4.2.1`!
-
 ### Configuration
 ### Configuration
 
 
 The default `onMarshal` expects you to require validation (not empty, ...) on this field.
 The default `onMarshal` expects you to require validation (not empty, ...) on this field.