Browse Source

readme

master
LIERLIER 1 year ago
parent
commit
50298afe0e
  1. 2
      readme.md

2
readme.md

@ -224,7 +224,7 @@ class MyModelQuery extends ActiveQuery
$bitFlagsConditions[] = "$bitFlag & $mask = $res"; $bitFlagsConditions[] = "$bitFlag & $mask = $res";
} }
} }
return new Expression(implode('and', $bitFlagsConditions));
return new Expression(implode(' and ', $bitFlagsConditions));
} }
} }
``` ```

Loading…
Cancel
Save