Skip to content

Commit 28085b1

Browse files
authored
Update OptimisticLocking.php
1 parent c810637 commit 28085b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OptimisticLocking.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ trait OptimisticLocking
1919
*
2020
* @return void
2121
*/
22-
protected static function boot()
22+
protected static function bootOptimisticLockingTrait()
2323
{
2424
static::creating(function (Model $model) {
2525

@@ -163,4 +163,4 @@ public function enableLocking()
163163
$this->lock = true;
164164
return $this;
165165
}
166-
}
166+
}

0 commit comments

Comments
 (0)