Skip to content

Commit d022829

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OptimisticLocking.php

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

0 commit comments

Comments
 (0)