Skip to content

Commit 2be10ea

Browse files
committed
Fix bootIfNotBooted circular issue in laravel 13
1 parent ac33e2e commit 2be10ea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ProcessMaker/Models/GroupMember.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,8 @@ public function group()
131131
/**
132132
* Boot the model and register observers
133133
*/
134-
protected static function boot()
134+
protected static function booted()
135135
{
136-
parent::boot();
137-
138136
static::observe(GroupMemberObserver::class);
139137
}
140138
}

0 commit comments

Comments
 (0)