Upgrade to 3.9.0
This commit is contained in:
@@ -60,10 +60,7 @@ trait AppUsers
|
||||
}
|
||||
|
||||
try {
|
||||
// TODO: switch over in 3.9.0 to
|
||||
// return $callback($userAfter);
|
||||
$proxy = new AppUsersImpersonateProxy($this);
|
||||
return $callback->call($proxy, $userAfter);
|
||||
return $callback($userAfter);
|
||||
} catch (Throwable $e) {
|
||||
throw $e;
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user