diff --git a/src/Dibi/Fluent.php b/src/Dibi/Fluent.php index f0c5ee7b..ea54eec7 100644 --- a/src/Dibi/Fluent.php +++ b/src/Dibi/Fluent.php @@ -13,7 +13,7 @@ namespace Dibi; * * @method Fluent select(...$field) * @method Fluent distinct() - * @method Fluent from($table, ...$args) + * @method Fluent from($table, ...$args = null) * @method Fluent where(...$cond) * @method Fluent groupBy(...$field) * @method Fluent having(...$cond)