mscherer 4 years ago
parent
commit
5b63d75605
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Model/Behavior/BitmaskedBehavior.php

+ 1 - 1
src/Model/Behavior/BitmaskedBehavior.php

@@ -65,7 +65,7 @@ class BitmaskedBehavior extends Behavior {
 			if (!$bits) {
 			if (!$bits) {
 				$field = $this->_config['field'];
 				$field = $this->_config['field'];
 
 
-				return $query->where([$this->_table->getAlias() . '.' . $field  => $this->_getDefaultValue($field)]);
+				return $query->where([$this->_table->getAlias() . '.' . $field => $this->_getDefaultValue($field)]);
 			}
 			}
 
 
 			$conditions = [];
 			$conditions = [];