From d4e2c2036d61e91402ef3a95bebb4ea8ab0ef726 Mon Sep 17 00:00:00 2001 From: ec136 <346325170@qq.com> Date: Sat, 22 Oct 2022 11:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20method=E6=B3=A8=E8=A7=A3?= =?UTF-8?q?=20lockForUpdate=20=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Eloquent/Model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Eloquent/Model.php b/src/Eloquent/Model.php index 386ad12..10be43d 100644 --- a/src/Eloquent/Model.php +++ b/src/Eloquent/Model.php @@ -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)