mscherer 4 年之前
父节点
当前提交
5b63d75605
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {
 				$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 = [];