We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7216b66 commit e85f4a9Copy full SHA for e85f4a9
1 file changed
Clockwork/Storage/Search.php
@@ -27,7 +27,7 @@ public function __construct($search = [], $options = [])
27
}
28
29
foreach ([ 'stopOnFirstMismatch' ] as $option) {
30
- $this->$option = isset($options[$option]) ? $options[$option] : $this->$condition;
+ $this->$option = isset($options[$option]) ? $options[$option] : $this->$option;
31
32
33
$this->method = array_map('strtolower', $this->method);
0 commit comments