diff --git a/src/Dibi/Fluent.php b/src/Dibi/Fluent.php index 182881b7..a491d581 100644 --- a/src/Dibi/Fluent.php +++ b/src/Dibi/Fluent.php @@ -25,6 +25,7 @@ namespace Dibi; * @method Fluent innerJoin(...$table) * @method Fluent rightJoin(...$table) * @method Fluent outerJoin(...$table) + * @method Fluent as(...$field) * @method Fluent on(...$cond) * @method Fluent using(...$cond) */