rename
This commit is contained in:
@@ -38,7 +38,7 @@ use Espo\ORM\{
|
||||
Mapper\RDBMapper,
|
||||
Query\Select,
|
||||
Query\Part\WhereItem,
|
||||
Query\Part\SelectExpression,
|
||||
Query\Part\Selection,
|
||||
Query\Part\Join,
|
||||
};
|
||||
|
||||
@@ -790,7 +790,7 @@ class RDBRepository extends Repository
|
||||
* * `select([$expr1, $expr2, ...])`
|
||||
* * `select(string $expression, string $alias)`
|
||||
*
|
||||
* @param SelectExpression|SelectExpression[]|Expression|string $select
|
||||
* @param Selection|Selection[]|Expression|string $select
|
||||
* An array of expressions or one expression.
|
||||
* @param string|null $alias An alias. Actual if the first parameter is not an array.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user