mscherer 5 years ago
parent
commit
32be0373a2
1 changed files with 0 additions and 2 deletions
  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.