@@ -24,7 +24,7 @@ |
||
24 | 24 | { |
25 | 25 | if (Auth::check() && Container::getInstance()->bound('sentry')) { |
26 | 26 | configureScope( |
27 | - function (Scope $scope): void { |
|
27 | + function(Scope $scope): void { |
|
28 | 28 | $scope->setUser($this->resolveUser(Auth::getDefaultDriver())); |
29 | 29 | } |
30 | 30 | ); |