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 = [];