Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

namespace Cycle\ORM;

use Cycle\Database\Injection\Expression;
use Cycle\Database\Injection\Fragment;
use Cycle\Database\Injection\Parameter;
use Cycle\Database\Query\SelectQuery;
use Cycle\ORM\Heap\Node;
Expand All @@ -29,6 +31,7 @@
* @method $this andHaving(...$args);
* @method $this orHaving(...$args);
* @method $this orderBy($expression, $direction = 'ASC');
* @method $this groupBy(string|Fragment|Expression $expression)
* @method $this forUpdate()
* @method $this whereJson(string $path, mixed $value)
* @method $this orWhereJson(string $path, mixed $value)
Expand Down