diff --git a/source/Spiral/ORM/Entities/RecordSelector.php b/source/Spiral/ORM/Entities/RecordSelector.php index 503c90c..419eef5 100644 --- a/source/Spiral/ORM/Entities/RecordSelector.php +++ b/source/Spiral/ORM/Entities/RecordSelector.php @@ -35,6 +35,8 @@ * * @method $this orderBy($expression, $direction = 'ASC'); * + * @method $this distinct() + * * @method int avg($identifier) Perform aggregation (AVG) based on column or expression value. * @method int min($identifier) Perform aggregation (MIN) based on column or expression value. * @method int max($identifier) Perform aggregation (MAX) based on column or expression value. @@ -540,4 +542,4 @@ protected function iocContainer() return parent::iocContainer(); } -} \ No newline at end of file +}