diff --git a/src/Dibi/Fluent.php b/src/Dibi/Fluent.php index 72b501d4..cdbd4199 100644 --- a/src/Dibi/Fluent.php +++ b/src/Dibi/Fluent.php @@ -27,6 +27,8 @@ * @method Fluent innerJoin(...$table) * @method Fluent rightJoin(...$table) * @method Fluent outerJoin(...$table) + * @method Fluent union(Fluent $fluent) + * @method Fluent unionAll(Fluent $fluent) * @method Fluent as(...$field) * @method Fluent on(...$cond) * @method Fluent and(...$cond)