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
1 change: 1 addition & 0 deletions src/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
* @method static Builder leftJoin(string $table, Closure|string $first, string $operator = null, string $second = null)
* @method static Builder leftJoinWhere(string $table, string $first, string $operator, string $second)
* @method static Builder leftJoinSub(Closure|QueryBuilder|string $query, string $as, string $first, string $operator = null, string $second = null)
* @method static Builder lockForUpdate()
* @method static Builder rightJoin(string $table, Closure|string $first, string $operator = null, string $second = null)
* @method static Builder rightJoinWhere(string $table, string $first, string $operator, string $second)
* @method static Builder rightJoinSub(Closure|QueryBuilder|string $query, string $as, string $first, string $operator = null, string $second = null)
Expand Down